@charset "utf-8";
.section {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
:root {
  --dominant-color: #24bb9d;
}
body.news-active header {
  background: #202020;
}

.banner{position:relative;width:100%;height:100vh}
.banner img,.banner video{width:100%;object-fit:cover;display:block;height:100vh}
.banner .text{max-width:1200px;width:90%;margin:auto;position:absolute;top:0;right:0;left:0;bottom:20%;display:flex;flex-direction:column;height:fit-content;justify-content:center;color:#fff;z-index:2;text-align:center}
.banner .text .title{font-size:2.5vw;line-height:1.4;color:#fff;text-align:left}
.banner .text .summary{font-size:1.25vw}
.banner::after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.4)}
.index-padding{padding:80px 0 60px}
.index-title{text-align:center;margin-bottom:30px}
.index-title.left{text-align:left}
.index-title.left .line{margin-left:0}
.index-title .sup{font-size:1.5625vw;color:#000;opacity:0.3;text-transform:uppercase}
.index-title .sup.colorW{color:#fff}
.index-title .title{font-size:30px;font-weight:bold;color:#333;text-transform:capitalize}
.index-title .title.colorW{color:#fff}
.index-title .line{width:40px;height:2px;background:var(--dominant-color);margin:30px auto}
.index-title .summary{font-size:16px;color:#666;margin-top:20px}
.index1 .swiper .swiper-slide{background:#f2f2f2;border-radius:6px;height:auto;overflow:hidden;display:flex;justify-content:space-between;flex-direction:column}
.index1 .swiper .swiper-slide img{width:100%}
.index1 .swiper .swiper-slide .text{padding:20px;display:flex;flex-direction:column;height:100%}
.index1 .swiper .swiper-slide .text .title{font-size:16px;margin-bottom:10px}
.index1 .swiper .swiper-slide .text .box .tip{font-size:12px}
.index1 .swiper .swiper-slide .text .box .summary{font-size:14px;margin-bottom:20px}
.index1 .swiper .swiper-slide .text .more{font-size:12px;border-radius:20px;width:100px;display:flex;justify-content:center;align-items:center;background:#24bb9d;margin:30px auto 0;padding:10px 0;color:#fff;margin-bottom:0;margin-top:auto}
.index3{margin-bottom:0}
.index3 .index3-box{display:flex;justify-content:space-between}
.index3 .index3-box .change-item{width:500px;display:flex;flex-direction:column;justify-content:space-between}
.index3 .index3-box .change-item .item{flex:1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:1.25vw;cursor:pointer;border:1px solid #f5f5f5;flex-basis:150px;padding:20px}
.index3 .index3-box .change-show .item{display:none}
.index3 .index3-box .change-show .item.active{display:block}
.index3 .index3-box .change-show .content-cards--progress .cards{display:flex;grid-gap:3rem;margin-top:4rem;position:relative}
.index3 .index3-box .change-show .content-cards--progress .cards:before{content:' ';width:100%;height:3px;background-color:#24bb9d;position:absolute;top:-1.5rem;left:0}
.index3 .index3-box .change-show .content-cards--progress .card{flex:2;position:relative}
.index3 .index3-box .change-show .content-cards--progress .card:before{content:' ';width:6px;height:6px;background:white;border-radius:50%;border:3px solid #24bb9d;position:absolute;top:-1.75rem;left:0}
.index3 .index3-box .change-show .content-cards--progress .card .card-title{font-size:16px;font-weight:bold;color:#262626}
.index3 .index3-box .change-show .content-cards--progress .card .card-subtitle{font-size:14px;color:rgba(0,0,0,0.85);margin-top:0.5rem}
.index3 .index3-box .change-show .content-cards--progress .card:last-of-type:before{width:16px;height:16px;top:-2rem;left:unset;right:-1px}
.index4{margin-bottom:0}
.index4 .index4-box{display:flex;justify-content:space-between;align-items:center}
.index4 .index4-box .text{flex-basis:45%}
.index4 .index4-box .text .title{font-size:1.042vw}
.index4 .index4-box .text .summary{line-height:1.4;color:#666;font-size:0.729vw}
.footer .footer-top .footer-codes .footer-logo{filter:grayscale(1) brightness(10)}
.footer .footer-top .footer-codes .codes-box{margin-top:40px;display:flex;justify-content:space-between}
.footer .footer-top .footer-codes .codes-box .item{flex-basis:45%}
.footer .footer-top .footer-codes .codes-box .item .img{position:relative;display:flex;align-items:center;justify-content:center}
.footer .footer-top .footer-codes .codes-box .item:last-child .img{border-right:1px solid rgba(255,255,255,0.1)}
.footer .footer-top .footer-codes .codes-box .item .title{font-size:20px;color:rgba(255,255,255,0.6);text-align:center;margin-top:20px}
.footer .footer-top .footer-codes .codes-box .item img{width:100%;height:100%}
.footer .footer-bottom{margin-top:20px;display:flex;justify-content:space-between;align-items:flex-end}
.footer .footer-bottom .footer-news{color:#fff;flex-basis:360px}
.footer .footer-bottom .footer-news .b-title{font-size:18px}
.footer .footer-bottom .footer-news .footer-news-item .item{display:block;padding:30px 0;border-bottom:1px solid rgba(255,255,255,0.2)}
.footer .footer-bottom .footer-news .footer-news-item .item .time{opacity:0.2}
.footer .footer-bottom .footer-news .footer-news-item .item .title{opacity:0.5}
.footer .footer-bottom .copy-right{text-align:center;color:#8d8d8d;padding:25px 0 0}
.footer .footer-bottom .copy-right .link .l-title{font-size:18px;color:#fff}
.footer .footer-bottom .copy-right .link .l-link a{font-size:16px;margin-right:10px;padding-right:15px;color:#666666;position:relative;display:inline-block}
.footer .footer-bottom .copy-right .link .l-link a::after{content:'';position:absolute;right:0;top:0;bottom:0;width:1px;height:16px;background:#666666;margin:auto}
.footer .footer-bottom .copy-right .link .l-link a:last-child::after{display:none}
.footer .footer-bottom .copy-right .bottom{display:flex;align-items:center;flex-wrap:wrap}
.footer .footer-bottom .copy-right .item{color:#666666;padding-right:10px;margin-right:10px;position:relative}
.footer .footer-bottom .copy-right .item:last-child::after{display:none}
.footer .footer-bottom .copy-right .item::after{position:absolute;width:1px;height:16px;top:0;bottom:0;right:0;margin:auto;background:#eee;opacity:0.3}
.footer .footer-bottom .copy-right .item:hover{color:#fff}
.footer .footer-bottom .copy-right a.item{transition:all 0.5s}
.footer .footer-bottom .copy-right a.item:hover{opacity:1}
.footer .footer-bottom .footer-code{display:flex;align-items:center;justify-content:flex-end;margin-right:0;margin-left:auto}
.footer .footer-bottom .footer-code .item{border-radius:50%;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative}
.footer .footer-bottom .footer-code .item .show{position:absolute;width:100px;bottom:40px;left:50%;margin-left:-50px;display:none}
.footer .footer-bottom .footer-code .item:last-child{margin-right:0;padding-right:0}
.footer .footer-bottom .footer-code .item .fab{color:#fff;font-size:16px}
.footer .footer-bottom .footer-code .item:hover .show{display:block}
.footer .footer-bottom .footer-code .item:hover .fab{color:var(--dominant-color)}
.footer .footer-bottom .footer-code .item:hover .show-code{display:block;width:100px;height:100px;bottom:60px;left:50%;transform:translateX(-50%);margin:auto;position:absolute}
.footer .footer-bottom .footer-code .item .show-code{display:none}
.footer_link{width: 94%;max-width: 1200px;margin: 0 auto;font-size: 14px;border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 0;margin-top: 60px;}
.footer_link a:hover{color:#0ec09f;}
.footer_link span{margin-right: 10px;display: inline-block;margin-bottom: 8px;}
.footer_link span a{display: block;}
.goTop{width:140px;height:140px;border-radius:50%;position:absolute;transition:all 0.5s;z-index:1000;top:-70px;left:0;right:0;margin:auto}
.goTop:hover .button span{transform:translateY(-10px)}
.goTop .lazy{position:absolute;display:block;top:0;left:0;bottom:0;right:0;margin:auto;width:100%;height:100%;background-size:cover;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}
.goTop .button{width:80px;height:80px;color:var(--dominant-color);background:#fff;border-radius:50%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;font-size:24px;display:flex;align-items:center;justify-content:center}
.goTop .button span{transition:all 0.5s}
.goTop svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:calc(100% - 55px);height:calc(100% - 55px)}
.goTop svg.cm{transition:none;opacity:1}
.goTop svg .p1{animation:circleRotate 4s linear infinite;transform-origin:50% 50%}
.goTop svg circle{fill:#fff;stroke:transparent}
.goTop svg .p2{animation:circleRotateReverse 4s linear infinite}
.goTop.button-div{display:block;width:60px;height:60px;top:0;margin-left:0;transform-origin:0;transform:scale(1)}
.goTop.button-div .button{width:30px;height:30px}
.goTop.button-div .button span{font-size:14px;transform:translateY(0) !important}
.page-title{text-align:left}
.page-title.textC{text-align:center}
.page-title .title{font-size:2.083vw;line-height:1.2}
.page-title .sub{font-size:1.042vw;font-family:Outfit-ExtraBold;text-transform:uppercase}
.pageBanner .location{position:absolute;top:0;color:#fff;justify-content:flex-end}
.pageBanner .location a{color:#fff;opacity:1}
.pageBanner .img{width:100%}
.pageBanner .banner-box{position:absolute;width:94%;height:auto;object-fit:cover;transition:all .5s ease;left:50%!important;top:55%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}
.pageBanner .banner-box .page-title{font-size:36px;font-weight:bold}
.pageBanner .banner-box .page-summary{font-size:16px;margin-top:10px;line-height:1.5;text-transform:capitalize;max-width:650px;opacity:0.8}
.pageBanner .banner-box .page-more{margin-top:40px;width:150px;height:60px;background:#00a788;border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center}
.pageBanner .video{width:100%}
.pageBanner .video video{height:100vh;object-fit:cover;width:100%}
.page-menu .page-phone-click{display:none}
.page-menu .menu .item{margin-bottom:40px}
.page-menu .menu .item .class{font-size:22px;color:#333;margin-bottom:20px;position:relative}
.page-menu .menu .item .class::after{content:'';width:6px;height:6px;left:-14px;top:0;bottom:0;margin:auto;position:absolute;transition:all 0.5s;background:var(--dominant-color)}
.page-menu .menu .item .item-box{font-size:16px}
.page-menu .menu .item .item-box a{display:block;padding-left:20px;position:relative;margin:10px 0;transition:all 0.5s;color:#666}
.page-menu .menu .item .item-box a::after{content:'>';left:0;top:0;bottom:0;margin:auto;position:absolute;transition:all 0.5s;opacity:0;color:var(--dominant-color)}
.page-menu .menu .item .item-box a.active,.page-menu .menu .item .item-box a:hover{color:var(--dominant-color)}
.page-menu .menu .item .item-box a.active::after,.page-menu .menu .item .item-box a:hover::after{opacity:1}
.locations{margin-top:90px;height:110px;display:flex;align-items:center}
.productBanner{height:290px}
.productBanner video{width:100%;height:100vh;object-fit:cover}
.productBanner .product-text{max-width:1740px;width:90%;margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;height:100%;color:#fff;z-index:9}
.productBanner .product-text .swiper{height:100%}
.productBanner .product-text .swiper .swiper-slide .text{transform:translateY(100px);opacity:0;transition:all 1s;position:absolute;bottom:30%}
.productBanner .product-text .swiper .swiper-slide .text .title{line-height:1;font-size:72px;color:#fff;text-shadow:0 5px 5px rgba(0,0,0,0.5);font-family:pangmen}
.productBanner .product-text .swiper .swiper-slide .text .title.title2 span{font-family:CgFuturaMaxiBd;font-size:72px}
.productBanner .product-text .swiper .swiper-slide .text .summary{text-shadow:0 5px 5px rgba(0,0,0,0.5);font-size:26px;margin-top:10px;margin-bottom:3%;opacity:0.9;letter-spacing:5px}
.productBanner .product-text .swiper .swiper-slide .text .summary.summary1{font-size:26px}
.productBanner .product-text .swiper .swiper-slide .text .tip{text-shadow:0 5px 5px rgba(0,0,0,0.5);font-size:36px}
.productBanner .product-text .swiper .swiper-slide .text .tip span{color:#00d2ff;font-family:Outfit-ExtraBold}
.productBanner .product-text .swiper .swiper-slide .text .tip.tip1{font-weight:900;text-shadow:0 5px 5px rgba(0,0,0,0.5);font-size:108px;font-family:Outfit-ExtraBold}
.productBanner .product-text .swiper .swiper-slide .text .tip.tip3{margin-top:70px;font-size:24px;max-width:400px;display:flex;flex-wrap:wrap}
.productBanner .product-text .swiper .swiper-slide .text .tip.tip3 .t-item{flex-basis:50%}
.productBanner .product-text .swiper .swiper-slide .text .numbers{display:flex;color:#fff;font-size:28px;margin-top:1.5625vw;text-shadow:0 5px 5px rgba(0,0,0,0.5);flex-direction:column}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item{margin-right:5.208vw;margin-bottom:30px}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item:nth-child(2){margin-bottom:0}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item .gd-count{color:#00d2ff;font-weight:900;font-size:64px;font-family:Outfit-ExtraBold}
.productBanner .product-text .swiper .swiper-slide .text .numbers .item .i-summary{font-size:20px;opacity:0.8}
.productBanner .product-text .swiper .swiper-slide.swiper-slide-active .text{transform:translateY(0);opacity:1}
.productBanner .swiper-pager{display:flex;position:absolute;bottom:10%;left:0;right:0;z-index:1;margin:auto;align-items:center;color:#fff}
.productBanner .swiper-pagination-progressbar{position:initial;max-width:700px;margin:0 20px}
.productBanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff}
.productBanner .swiper-pagination-progressbar.swiper-pagination-horizontal{height:2px}
.location{display:flex;align-items:center;color:#aaaaaa;height:70px}
.location a{color:#000;line-height:2.5;font-size:14px;opacity:0.6;margin:0 8px}
.location a i{color:var(--dominant-color);margin-right:4px}
.location a:hover{text-decoration:underline}
.pager{display:flex;justify-content:flex-start;width:100%;margin-top:100px}
.pager .number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0 2px;color:#666;transition:all 0.5s;font-size:14px;background:#f1f1f1;border:1px solid #f1f1f1}
.pager .number:hover,.pager .number.active{background:var(--dominant-color);color:#fff;transition:all 0.5s}
.pager .number.spot,.pager .number.pager-number,.pager .number.pager-select{background:none;border:none}
.pager .number.spot:hover,.pager .number.pager-number:hover,.pager .number.pager-select:hover{color:#999}
.pager .number.pager-number{width:auto;margin:0 20px}
.pager .number.prev,.pager .number.next{width:100px}
.pager .number.pager-select{width:50px}
.pager .number.pager-select select{height:40px;border:none;padding-left:5px}
#mapContainer{width:100%;height:640px;z-index:0}
#tip{height:30px;background-color:#fff;padding-left:10px;padding-right:10px;position:absolute;font-size:12px;right:10px;bottom:20px;border-radius:3px;line-height:30px;border:1px solid #ccc}
div.info-top{position:relative;background:none repeat scroll 0 0 #F9F9F9;border-bottom:1px solid #CCC;border-radius:5px 5px 0 0}
div.info-top div{display:inline-block;color:#333333;font-size:14px;font-weight:bold;line-height:31px;padding:0 10px;text-align:left}
div.info-top img{position:absolute;top:10px;right:10px;transition-duration:0.25s}
div.info-top img:hover{box-shadow:0px 0px 5px #000}
div.info-middle{font-size:12px;padding:10px;line-height:21px;text-align:left}
div.info-bottom{height:0px;width:100%;clear:both;text-align:center}
div.info-bottom img{position:relative;z-index:104}
.pages{display:flex;justify-content:space-between;flex-direction:column;margin-bottom:30px;border-top:1px solid #eee;padding-top:50px}
.pages .prev,.pages .next{flex-basis:100%;transition:all 0.5s;font-size:20px;color:var(--dominant-color);margin-bottom:20px;display:inline-block}
.pages .prev:hover,.pages .next:hover{text-decoration:underline}
.news{padding:4% 0}
.news .news-box{align-items:flex-start}
.news .news-box .left{flex-basis:240px}
.news .news-box .left .title{font-size:2.396vw;font-family:Montserrat-Medium;margin-bottom:40px;margin-top:20px;line-height:1}
.news .news-box .right{padding-left:10%;flex-basis:calc(100% - 240px)}
.news .news-box .right .item{padding:50px 0;display:block;transition:all 0.5s;border-bottom:1px solid #eee}
.news .news-box .right .item .top{display:flex;align-items:center;font-size:14px;color:#666;margin-bottom:10px}
.news .news-box .right .item .top .class{margin-left:40px}
.news .news-box .right .item .top .class i{margin-right:4px;color:var(--dominant-color)}
.news .news-box .right .item .title{font-size:18px;color:#333;transition:all 0.5s}
.news .news-box .right .item:hover{padding-left:20px}
.news .news-box .right .item:hover .title{color:var(--dominant-color)}
.news-detail{padding:8% 0;background:#fff;max-width:1300px}
.news-detail .news-text{padding-bottom:30px;margin:0 auto 30px}
.news-detail .news-text .title{font-size:1.875vw;text-align:center}
.news-detail .news-text .summary-box{opacity:0.6;display:flex;align-items:center;justify-content:center;margin-top:30px}
.index4 .index4-box .img{flex-basis:50%}
.index4 .index4-box .img img{width:100%}
.index4 .index4-number{display:flex;margin-top:2.083vw}
.index4 .index4-number .item{flex:1;text-align:center}
.index4 .index4-number .item .top{font-size:20px;color:#24bb9d}
.index4 .index4-number .item .bottom{font-size:24px}
.index5-box,.index6-box{overflow:hidden;position:relative}
.index5 .swiper-slide .img{height:0;padding-bottom:60%;position:relative;width:100%;background:#f7f7f7}
.index5 .swiper-slide .img img{position:absolute;width:100%;height:100%;object-fit:cover}
.index5 .swiper-slide{background:#f5f5f5}
.index5 .swiper-slide .text{padding:0 10px;margin:20px 0;font-size:16px;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:48px}
.index6 .index6-box .swiper-slide{border:1px solid #eee}
.index7 .index7-box{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}
.index7 .index7-box .item{border-radius:10px;overflow:hidden}
.index7 .index7-box .item:hover img{transform:scale(1.1)}
.index7 .index7-box .item .img{padding-bottom:62.5%;height:0;position:relative;overflow:hidden}
.index7 .index7-box .item .img .time{position:absolute;bottom:10px;left:10px;color:#fff;background:#24bb9d;padding:10px;font-size:12px}
.index7 .index7-box .item .img img{position:absolute;width:100%;height:100%;object-fit:cover;transition:all 0.5s}
.index7 .index7-box .item .text{background:#fff;padding:20px}
.index7 .index7-box .item .text .title{font-size:16px}
.index7 .index7-box .item .text .summary{font-size:14px;margin-top:4px;color:#666}
.footer{padding:3% 0;background:var(--dominant-color);position:relative}
.footer .footer-top{padding-bottom:40px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.1)}
.footer .footer-top .footer-left{flex-basis:89px}
.footer .footer-top .footer-left .l-img{max-width:89px}
.footer .footer-top .footer-left .l-img img{width:100%}
.footer .footer-top .footer-menu{flex-basis:calc(100% - 200px);color:#fff;display:flex;justify-content:flex-end}
.footer .footer-top .footer-menu .item{max-width:30%;margin-left:10%}
.footer .footer-top .footer-menu .item .f-title{font-size:18px}
.footer .footer-top .footer-menu .item .s-box{margin-top:6px;line-height:1.8;opacity:0.8}
.footer .footer-top .footer-menu .item .s-box a{font-size:14px;display:block}
.footer .footer-top .footer-menu a{color:#fff}
.footer .footer-top .footer-menu a:hover{text-decoration:underline}
.footer .footer-top .footer-codes{flex-basis:360px}
.news-detail .news-text .summary-box .item{margin-right:20px}
.news-detail .news-detail-box{margin:auto;font-size:16px;color:#666;line-height:2.5;min-height:300px}
.news-detail .news-detail-box img{max-width:100% !important;height:auto !important;margin:10px auto}
.news-detail .news-detail-page{margin:50px auto 0;display:flex;align-items:center;justify-content:space-between;padding-top:50px}
.news-detail .news-detail-page .more-news{flex-basis:100%;display:flex;justify-content:space-between}
.news-detail .news-detail-page .more-news a{width:40%;transition:all 0.5s;font-size:16px}
.news-detail .news-detail-page .more-news a:hover{color:var(--dominant-color)}
.news-detail .news-detail-page .more-news .next{text-align:right}
.news-detail .news-detail-page .back{width:160px;height:46px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:23px;background:var(--dominant-color);border:1px solid var(--dominant-color);font-size:16px;transition:all 0.5s}
.news-detail .news-detail-page .back:hover{background:#fff;color:var(--dominant-color)}
.contact .contact-box{padding:30px;overflow:hidden;background:#f7f7f7!important;margin-bottom:100px}
.contact .contact-box .contact-change .swiper-wrapper{flex-wrap:wrap;transform:translate3d(0px,0px,0px)!important}
.contact .contact-box .contact-change{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px}
.contact .contact-box .contact-change .item{padding-left:16px;position:relative;font-size:16px;cursor:pointer}
.contact .contact-box .contact-change .item.active,.contact .contact-box .contact-change .item:hover{text-decoration:underline;color:var(--dominant-color)}
.contact .contact-box .contact-change .item::after{content:'';position:absolute;width:10px;height:10px;left:15px;top:0;bottom:0;margin:auto;background:#fff;border:2px solid #666;border-radius:50%}
.contact .contact-box .contact-change .item.swiper-slide-active::after{border:2px solid #24bb9d;background:#24bb9d}
.contact .contact-box .contact-change .item.swiper-slide-active{color:#24bb9d}
.contact .contact-box .contact-show{margin-top:40px;display:flex;overflow:hidden;padding:0 10px}
.contact .contact-box .contact-show .item{display:none;justify-content:space-between}
.contact .contact-box .contact-show .item.active{display:flex}
.contact .contact-box .contact-show .img{flex-basis:40%}
.contact .contact-box .contact-show .img img{width:100%}
.contact .contact-box .contact-show .text{flex-basis:55%;padding-top:20px}
.contact .contact-box .contact-show .text .title{text-align:center;font-size:24px;font-weight:bold;color:#333}
.contact .contact-box .contact-show .text .summary{margin-top:20px;font-size:14px;text-align:left;line-height:1.6}
.contact .contact-box .contact-show .text .more{margin:20px 0;display:block;padding:0}
.contact .contact-box .contact-show .text .more:hover{text-decoration:underline}
.contact .contact-box .contact-show .text .message{display:flex;flex-wrap:wrap;justify-content:space-between}
.contact .contact-box .contact-show .text .message .m-item{flex-basis:45%}
.contact .contact-box .contact-show .text .message .m-item .m-title{font-size:20px;margin-bottom:8px;font-weight:bold;color:#333}

.contact .contact-box .contact-show .text .message .m-item .m-summary{font-size:16px;line-height:1.8}
.about .about1 .title{text-align:center;font-size:30px;font-weight:bold;color:#333}
.about .about1 .line{width:120px;height:2px;background:#ddd;margin:20px auto}
.about .about1 .summary{line-height:1.8;font-size:16px;margin-top:30px}
.about .about1 .number{padding:30px;margin-top:40px}
.about .about1 .number .number-box{display:flex;justify-content:space-between;grid-gap:20px}
.about .about1 .number .number-box .item{position:relative;padding-left:20px}
.about .about1 .number .number-box .item::before,.about .about1 .number .number-box .item::after{content:'';position:absolute;width:1px;left:0;top:0;background:#ddd;height:100%}
.about .about1 .number .number-box .item::after{background:#24bb9d;height:30%}
.about .about1 .number .number-box .top{font-size:14px;color:#24bb9d}
.about .about1 .number .number-box .top span{font-size:32px;font-weight:600;margin-right:5px}
.about .about1 .number .number-box .bottom{opacity:0.5}
.about .about1 .contact{padding-top:8%;padding-bottom:0}
.about .about1 .contact .c-title{font-size:30px;text-align:center;font-weight:bold;color:#333;margin-bottom:30px}
.about .about1 .contact .item{display:flex}
.about .about1 .contact .contact-change{padding-left:0;width:100%;height:auto;display:block;overflow:hidden}
.about .about1 .contact .contact-change .item{position:relative;height:auto;flex:0 0 calc(33% - 20px);margin:10px!important;width:calc(50% - 40px)!important;background:#fff;padding:10px 10px 10px 40px;text-decoration:auto;font-size:16px}
.about .about1 .contact .contact-change .item.swiper-slide-thumb-active{color:var(--dominant-color);text-decoration:underline}
.about .about1 .contact .contact-show .title{text-align:left}
.about .about1 .contact .contact-show .text .summary{line-height:1.6}
.about .about1 .contact .contact-show .img{margin-top:0;margin-bottom:20px}
.about .honor{margin-top:50px}
.about .honor .honor-box{padding:30px;margin-top:30px}
.about .honor .honor-change{display:flex}
.about .honor .honor-change .item{font-size:16px;width:auto;height:auto;padding:15px;display:flex;align-items:center;justify-content:center;background:#ddd;cursor:pointer}
.about .honor .honor-change .item.active{background:var(--dominant-color);color:#fff}
.about .honor .summary{margin:30px 0;line-height:1.6;font-size:16px}
.about .honor .honor-show .item{display:none;grid-template-columns:repeat(5,1fr);grid-gap:20px}
.about .honor .honor-show .item.active{display:grid}
.contflex{}
.contleft{}
.contright{}
.contright .linbt{}
.contright .aboutrow{}
.contright .aboutrow p{}
.about2{background: url("https://bsg-s.nbxc.com/site_themes/common/modular_modules/common/images/fac10bg.jpg");position: relative;}
.about2 .linbt{color:#fff;}
.about2:before{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: var(--themeColor);opacity: 0.75;}
.about3{background: url("https://bsg-i.nbxc.com/product/8a/69/94/f3e24dbeaed0c035310ed1be35.jpg");}
.intro_history_slide_top{width: 100%;padding: 0 100px;margin:0 auto;position:relative}
.intro_history_slide_top .swiper_arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;width: 50px;height: 50px;border: 1px solid #eee;border-radius: 50%;text-align: center;line-height: 50px;cursor: pointer;}
.intro_history_slide_top .swiper_arrow:hover{background:#24bb9d;color:#fff;}
.intro_history_slide_top .swiper_arrow.intro_history_prev{left: 0;}
.intro_history_slide_top .swiper_arrow.intro_history_next{right: 0;}
.intro_history_for{width:100%;padding: 30px 0 60px;overflow:hidden}
.intro_history_nav .swiper-slide .item{font-size: 26px;padding-top:20px;text-align:center;margin-top: 0px;}
.intro_history_nav .swiper-slide .item:before{content:"";display:block;width:10px;height:10px;border-radius:100%;background-color:#999;position:absolute;left:50%;margin-left:-5px;top:3px;z-index:3}
.intro_history_nav .swiper-slide .item:after{content:"";display:block;width:16px;height:16px;border-radius:100%;background-color:rgba(153,153,153,0.3);position:absolute;left:50%;margin-left:-8px;top:0px;z-index:2}
.intro_history_nav .swiper-slide-active .item{color: #24bb9d;z-index: 9;position: relative;font-weight: bold;}
.intro_history_nav .swiper-slide-active .item:before{background-color: #24bb9d;}
.intro_history_nav .swiper-slide-active .item:after{background-color: rgba(36,187,157,0.4);}
.intro_history_for .item{height:270px;max-width: 1000px;width: 1000px;outline:0;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;position:relative}
.intro_history_for .item .txt,.intro_history_for .item .txt p,.intro_history_for .item .txt span{font-family: 'din-bold_'!important;font-size: 20px!important;line-height: 1.6!important;color:#333;font-weight:lighter}
.intro_history_for .item .year{display:block;font-size: 240px;height: auto;line-height: 1;font-weight: bold;color: rgba(51,51,51,0.08);position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;pointer-events:none}
.intro_history_nav{position:relative;padding-bottom: 80px;}
.intro_history_nav:before{content:"";display:block;width:100%;height:1px;line-height:1px;background-color: #eee;position:absolute;left:0;top:8px;z-index:1}
.intro_history_nav .slick-list{z-index:5}
.intro_history_nav .slick-slide .item{text-align:center;outline:0;cursor:pointer;padding:35px 0 0;position:relative;color:#999;font-size:16px;font-weight:bold}
.intro_history_nav .slick-slide .item:before{content:"";display:block;width:10px;height:10px;border-radius:100%;background-color:#999;position:absolute;left:50%;margin-left:-5px;top:3px;z-index:3}
.intro_history_nav .slick-slide .item:after{content:"";display:block;width:16px;height:16px;border-radius:100%;background-color:rgba(153,153,153,0.3);position:absolute;left:50%;margin-left:-8px;top:0px;z-index:2}
.intro_history_nav .slick-slide.slick-current .item{color:#24bb9d}
.intro_history_nav .slick-slide.slick-current .item:before{background-color:#24bb9d}
.intro_history_nav .slick-slide.slick-current .item:after{background-color:rgba(215,24,31,0.3)}


.about-detail .contact-box{padding:80px 0 0;background:#fff!important}
.about-detail .message{margin-top:40px}
.about-detail .detail-box{margin-top:120px}
.about-detail .detail-box.box2{margin-top:80px}
.about-detail .detail-box .detail-box1{margin-bottom:120px}
.about-detail .detail-box .detail-box1.box2{margin-bottom:60px}
.about-detail .detail-box .detail-title .title{font-size:30px;text-align:center;color:#333;font-weight:bold}
.about-detail .detail-box .detail-title .summary{font-size:16px;text-align:center;margin:20px auto}
.about-detail .detail-box .detail-title .line{width:120px;height:2px;background:#ddd;margin:20px auto;display:none}
.about-detail .detail-box .parent{margin-top:30px;overflow:hidden;margin:30px auto 0}
.about-detail .detail-box .parent .swiper-slide{border:1px solid #eee}
.about-detail .detail-box .parent .swiper-slide img{width:100%}
.about-detail .detail-box .odm-box{margin-top:30px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px}
.about-detail .detail-box .odm-box .item .text{margin-top:10px;text-align:center}
.about-detail .detail-box .oem-box{margin-top:20px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px}
.about-detail .detail-box .oem-box .item{padding:20px;border:1px solid #eee}
.about-detail .detail-box .oem-box .item .img{text-align:center}
.about-detail .detail-box .oem-box .item .text{margin-top:15px;text-align:center}
.about-detail .detail-box .oem-box .item .text .title{font-size:18px;margin-top:10px;font-weight:bold;line-height:1.2}
.about-detail .detail-box .oem-box .item .text .summary{font-size:14px;margin-top:20px}
.about-detail .detail-box .adv-box{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}
.about-detail .detail-box .adv-box .item .img{text-align:center}
.about-detail .detail-box .adv-box .item .text{margin-top:10px;text-align:center}
.about-detail .detail-box .adv-box .item .text .title{font-size:18px;margin-top:10px;border-bottom:2px solid #eee;padding-bottom:20px;margin-bottom:20px;color:#174e86;line-height:1.2}
.about-detail .detail-box .adv-box .item .text .summary{font-size:15px;padding:0 10px}

.product .product-box .item{padding:4% 0;scroll-margin-top:80px}
.product .product-box .item .section{align-items:flex-start}
.product .product-box .item:nth-child(even){background:#f8f8f8}
.product .product-box .item .img,.product .product-box .item .text{flex-basis:calc(50% - 20px)}
.product .product-box .item .img{border-radius:10px;overflow:hidden;width:100%}
.product .product-box .item .img .imgBox{padding-bottom:calc(570 / 750 * 100%);height:0}
.product .product-box .item .img .imgBox img{position:absolute}
.product .product-box .item .text{padding-left:5%}
.product .product-box .item .text .b-title{font-size:1.875vw;color:#333;margin-bottom:40px}
.product .product-box .item .text .text-item{margin-bottom:30px}
.product .product-box .item .text .text-item:last-child{margin-bottom:0}
.product .product-box .item .text .text-item .m-title{font-size:22px;color:#333}
.product .product-box .item .text .text-item .m-summary {font-size: 16px;color: #666;margin: 10px 0;line-height: 2;}
.product .product-box .item .text .text-item .m-more{color:var(--dominant-color);font-size:16px}
.product .product-box .item .text .text-item .m-more:hover{text-decoration:underline}
.product-detail{align-items:flex-start}
.product-detail .left{padding:8% 0 0;flex-basis:240px}
.product-detail .right{padding-bottom:8%;flex-basis:calc(100% - 240px);border-left:1px solid #eee}
.product-detail .right .location{background:#f0f0f0;padding:10px;position:relative}
.product-detail .right .location::after{background:#f0f0f0;content:'';height:70px;right:-100%;top:0;width:100%;position:absolute}
.product-detail .right .detail-text .top{font-size:18px;color:#666;line-height:2;border-bottom:1px solid #eee}
.product-detail .right .detail-text .top .detail{padding-left:10%;padding-top:60px;padding-bottom:10%}
.product-detail .right .detail-text .bottom .table{padding-left:10%;padding-top:10%}
.product-detail .right .detail-text .bottom .table table{width:100%;border-bottom:1px solid #eee}
.product-detail .right .detail-text .bottom .table table tr{display:flex}
.product-detail .right .detail-text .bottom .table table tr td{padding:20px;text-align:center;border-right:1px solid #eee;display:flex;align-items:center;justify-content:center;font-size:16px}
.product-detail .right .detail-text .bottom .table table tr td:first-child{background:#e2efda !important}
.product-detail .right .detail-text .bottom .table table tr:nth-child(2n-1) td{background:#f6f6f6}
.product-detail .right .detail-text .bottom .table table tr:nth-child(2n-1) td:first-child{background:#dbe7d3 !important}
.product-detail .right .detail-text .bottom .table table tr:first-child td{text-align:center;padding:20px;color:#fff}
.product-detail .right .detail-text .bottom .table table tr:first-child td:first-child{background:#70ad47 !important}
.product-detail .right .detail-text .bottom .table table tr:first-child td:nth-child(2n){background:#7eb559}
.product-detail .right .detail-text .bottom .table table tr:first-child td:nth-child(2n+1){background:#8dbd6c}
.product-detail .right .detail-text .bottom .table table tr td{flex-basis:calc(100% / 6)}

.search-result{padding:0 0 8%}
.search-result .page-search{margin-bottom:40px}
.search-result .page-search label{position:relative}
.search-result .page-search label input{height:50px}
.search-result .page-search label button{position:absolute;right:0;top:0;bottom:0;margin:auto;background-color:transparent;height:50px;width:50px;padding:0;display:flex;justify-content:center;align-items:center}
.search-result .page-search label button img{width:24px;height:23px}
.search-result .search-box{width:100%;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;border-top:1px solid #eee;grid-gap:30px;padding:30px 0}
.search-result .search-box .item{color:#000}
.search-result .search-box .item .imgBox{height:300px;border-radius:10px;display:flex;align-items:center;justify-content:center}
.search-result .search-box .item .text{color:#000}
.search-result .search-box .item .text .time{font-size:16px;opacity:0.6;margin:20px 0 10px}
.search-result .search-box .item .text .title{font-size:24px;font-family:Manrope-Bold;line-height:1.2;transition:all 0.5s;margin-bottom:20px;color:#000}
.search-result .search-box .item .text .summary{overflow:hidden;font-size:16px;line-height:1.4}
.search-result .search-box .item:hover .title,.search-result .search-box .item:hover .news-more{color:var(--dominant-color)}

.solution .solution-box{display:flex;justify-content:space-between;flex-wrap:wrap}
.solution .left{flex-basis:200px}
.solution .left .left-title{font-size:20px;font-weight:600;margin-bottom:20px}
.solution .right{flex-basis:calc(100% - 250px)}
.solution .right .right-title{font-size:20px;border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:20px}
.solution .right .item-box{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}
.solution .right .item-box .item{background:#f2f2f2;border-radius:6px;height:auto;overflow:hidden}
.solution .right .item-box .item img{width:100%;height:200px;object-fit:cover}
.solution .right .item-box .item .text{padding:20px}
.solution .right .item-box .item .text .title{font-size:16px;margin-bottom:10px}
.solution .right .item-box .item .text .box .summary{font-size:14px}
.solution-detail .solution-detail-box{margin-bottom:60px}
.solution-detail .solution-detail-box .box1{border:1px solid #eee}
.solution-detail .solution-detail-box .box1 .d-change{display:flex}
.solution-detail .solution-detail-box .box1 .d-change .item{cursor:pointer;padding:30px;flex-basis:50%;display:flex;font-size:18px;justify-content:center;align-items:center;text-align:center;color:#333;background:#eee}
.solution-detail .solution-detail-box .box1 .d-change .item.active{background:#00a788;color:#fff}
.solution-detail .solution-detail-box .box1 .d-show .item{display:none;padding:50px;text-align:center;font-size:16px}
.solution-detail .solution-detail-box .box1 .d-show .item.active{display:block}
.solution-detail .solution-detail-box .box1 .more{width:150px;height:60px;background:#00a788;border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;margin:40px auto 50px}
.solution-detail .solution-detail-box .box2{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:30px}
.solution-detail .solution-detail-box .box2.li4a{grid-template-columns:repeat(4,1fr)}
.solution-detail .solution-detail-box .box2 .item{display:flex;align-items:center;padding:30px;background:#eee;line-height:1.3;text-transform:capitalize}
.solution-detail .solution-detail-box .box2 .item .icon{width:20px;height:20px;background:green;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:20px;flex:0 0 20px}
.solution-detail .solution-detail-box .box3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}
.solution-detail .solution-detail-box .box3.li4a{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}
.solution-detail .solution-detail-box .box3 .item{background:#f2f2f2;border-radius:6px;height:auto;overflow:hidden}
.solution-detail .solution-detail-box .box3 .item img{width:100%}
.solution-detail .solution-detail-box .box3 .item .text{padding:20px}
.solution-detail .solution-detail-box .box3 .item .text .title{font-size:18px;margin-bottom:10px;color:#333;font-weight:bold}
.solution-detail .solution-detail-box .box3 .item .text .box .tip{font-size:14px;margin-bottom:10px;color:#666}
.solution-detail .solution-detail-box .box3 .item .text .box .summary{font-size:14px;line-height:1.6}
.solution-detail .solution-detail-box .box3 .item .text .more{font-size:14px;border-radius:20px;display:flex;justify-content:center;align-items:center;color:#24bb9d;margin:30px auto 0;padding:10px 0}
.solution-detail .solution-detail-box .box4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}
.solution-detail .solution-detail-box .box4 .item{background:#f2f2f2;border-radius:6px;height:auto;overflow:hidden}
.solution-detail .solution-detail-box .box4 .item img{width:100%}
.solution-detail .solution-detail-box .box4 .item .text{padding:20px}
.solution-detail .solution-detail-box .box4 .item .text .title{font-size:16px;margin-bottom:10px}
.solution-detail .solution-detail-box .box4 .item .text .box .summary{font-size:14px}
.solution-detail .solution-detail-box .box5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}

.bossgoo-index-advantage27{width:100%;font-size:16px;line-height:1.5;background:url("http://hppowerx.com/template/default/css/../../../images/27/statBg.jpg?image_process=format,webpt") no-repeat center center;background-size:cover}
.bossgoo-index-advantage27 .advantage27-con{width:100%;padding-bottom:80px}
.bossgoo-index-advantage27 .advantage27-item{width:100%;padding:60px;border-radius:15px;background-color:#f8f8f8;box-shadow:0 0 10px rgba(0,0,0,0.1);display:flex;flex-wrap:wrap;align-items:flex-start}
.bossgoo-index-advantage27 .advantage27-img{width:100px;height:100px;display:flex;justify-content:center;align-items:center}
.bossgoo-index-advantage27 .advantage27-img img{width:100%;height:100%;object-fit:contain}
.bossgoo-index-advantage27 .advantage27-marks{width:100px;display:flex;align-items:flex-start;justify-content:center}
.bossgoo-index-advantage27 .advantage27-marksIcon{font-size:30px;line-height:1;color:var(--themeColor)}
.bossgoo-index-advantage27 .advantage27-content{width:calc(100% - 200px);font-size:20px;padding-top:20px}
.bossgoo-index-advantage27 .advantage27-text2{width:100%;padding-top:30px;display:flex;flex-wrap:wrap;align-items:flex-start}
.bossgoo-index-advantage27 .advantage27-te2Le{max-width:50%;min-width:150px;padding-right:20px;font-weight:bold;color:#333}
.bossgoo-index-advantage27 .advantage27-te2Ri{max-width:50%;min-width:150px}
.bossgoo-index-advantage27 .advantage27-text1,.bossgoo-index-advantage27 .advantage27-te2Le,.bossgoo-index-advantage27 .advantage27-te2Ri{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical}
@media only screen and (max-width:1440px){
	.bossgoo-index-advantage27 .wrap{padding-left:20px;padding-right:20px}
}
@media only screen and (max-width:1040px){
	.bossgoo-index-advantage27 .wrap{padding-left:.2rem;padding-right:.2rem}
	.bossgoo-index-advantage27 .advantage27-con{padding-bottom:.6rem}
	.bossgoo-index-advantage27 .advantage27-item{padding:.5rem;border-radius:.2rem}
	.bossgoo-index-advantage27 .advantage27-content{font-size:.36rem;padding-top:0}
	.bossgoo-index-advantage27 .advantage27-text2{padding-top:.3rem}
}@media only screen and (max-width:767px){
	.bossgoo-index-advantage27{font-size:.28rem}
	.bossgoo-index-advantage27 .advantage27-item{padding:0.4rem;justify-content:center}
	.bossgoo-index-advantage27 .advantage27-img{width:1.6rem;height:1.6rem}
	.bossgoo-index-advantage27 .advantage27-marks{display:none}
	.bossgoo-index-advantage27 .advantage27-content{width:100%;padding-top:.3rem;font-size:.32rem}
	.bossgoo-index-advantage27 .advantage27-te2Le,.bossgoo-index-advantage27 .advantage27-te2Ri{max-width:initial;width:100%;padding-right:0}
	.bossgoo-index-advantage27 .advantage27-te2Ri{padding-top:.12rem}
	.bossgoo-index-advantage27 .advantage27-text1,.bossgoo-index-advantage27 .advantage27-te2Le,.bossgoo-index-advantage27 .advantage27-te2Ri{-webkit-line-clamp:initial;-webkit-line-clamp:initial}
}
@media only screen and (max-width:767px){
	.bossgoo-index-advantage27 .advantage27-item{padding:.4rem .2rem}
}
.bossgoo-index-application53{padding-bottom:80px}
.bossgoo-index-application53 .first-title{padding-bottom:22px;background:url("http://hppowerx.com/template/default/css/../../../images/53/tit_bg.png?image_process=format,webpt") no-repeat center bottom;color:#333}
.bossgoo-index-application53 ul{display:flex;flex-wrap:wrap}
.bossgoo-index-application53 li{width:32%;margin-right:2%;margin-bottom:30px}
.bossgoo-index-application53 li:nth-child(3n){margin-right:0}
.bossgoo-index-application53 .img-item{position:relative;width:100%;height:0;padding-bottom:65.2%;overflow:hidden}
.bossgoo-index-application53 .img-item .img-box{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}
.bossgoo-index-application53 .img-item img{width:100%;height:100%;object-fit:contain}
.bossgoo-index-application53 .mask{flex-direction:column;justify-content:center;position:absolute;left:0;bottom:-80%;width:100%;height:100%;padding:20px 30px;background:rgba(0,0,0,0.65);color:#fff;transition:all .5s ease-in-out}
.bossgoo-index-application53 .title{display:block;margin-bottom:15px}
.bossgoo-index-application53 .des{transform:translate(80px,0);opacity:0;color:#ccc}
.bossgoo-index-application53 li:hover .mask{display:flex;bottom:0}
.bossgoo-index-application53 li:hover .des{transform:translate(0,0);opacity:1;transition:all .3s ease-in-out;transition-delay:.5s}
.bossgoo-index-application53 .btn-more{display:block;width:340px;height:60px;line-height:60px;margin:20px auto 0;text-align:center;background:var(--themeColor);font-size:20px;color:#fff}
@media only screen and (max-width:1300px){
	.bossgoo-index-application53 .mask{bottom:-76%}
}
@media only screen and (max-width:1100px){
	.bossgoo-index-application53 .mask{bottom:-74%}
}
@media only screen and (max-width:1040px){
	.bossgoo-index-application53{padding-bottom:.6rem}
	.bossgoo-index-application53 .wrap{padding:0 .2rem}
	.bossgoo-index-application53 .first-title{padding-bottom:.3rem;background-size:auto .06rem}
	.bossgoo-index-application53 ul{display:block}
	.bossgoo-index-application53 li{width:100%;margin-bottom:.3rem}
	.bossgoo-index-application53 .mask{height:auto;bottom:0}
	.bossgoo-index-application53 .title{margin-bottom:0}
	.bossgoo-index-application53 .des{display:none}
	.bossgoo-index-application53 .btn-more{width:100%;height:.8rem;line-height:.8rem;font-size:.3rem}
}


@media screen and (max-width: 1366px) {
	.news-detail .news-text .title{font-size:20px}
	.news-detail{padding-top:100px}
	.news .news-box .left .title{font-size:20px;margin-bottom:20px}
	.news .news-box .left{width:100%}
	.footer .footer-top .footer-codes{flex-basis:260px}
	.index4 .index4-box .text .summary{font-size:14px}
	.index4 .index4-box .text .title{font-size:18px;margin-bottom:10px}
	.index3 .index3-box .change-show{width:100%}
	.index3 .index3-box .change-item .item{flex-basis:50px;font-size:12px;padding:10px}
	.index3 .index3-box .change-item .item{height:100px}
	.index3 .index3-box .change-item{width:100%;flex-direction:row}
	.index3 .index3-box{flex-direction:column}
	.index-title .summary{font-size:14px}
	.index-title .title{font-size:24px}
	.banner .text .summary{font-size:18px}
	.banner .text .summary{width:100%}
	.banner .text .title{width:100%}
	.banner .text .title{font-size:24px}
	.banner .text{flex-direction:column}
	
    .solution-detail .solution-detail-box .box2 {grid-template-columns: repeat(4, 1fr);}
	.product .product-box .item .text .text-item .m-more {font-size: 14px;}
	.product .product-box .item .text .b-title {font-size: 24px;margin-bottom: 20px;}
	.product .product-box .item .text .text-item .m-title {font-size: 16px;}
	.product .product-box .item .text .text-item .m-summary {font-size: 14px;}
	.about .about1 .number .number-box .top span {font-size: 24px;}
	.about .about1 .title{font-size:20px}
	.about .about1 .summary{font-size:14px}
	.about .about1 .number{padding:20px}
	.about .about1 .number .number-box{flex-wrap:wrap}
	.contact .contact-box .contact-show .item{flex-direction:column-reverse}
	.contact .contact-box .contact-show .img{width:100%;margin-top:50px}
}
@media screen and (max-width: 768px) {
	.news-detail .news-text .summary-box{margin-top:10px;flex-direction:column}
	.news-detail .news-text .title{font-size:18px}
	.news-detail .news-text{padding-bottom:10px;margin:0 auto 10px;border-bottom:1px solid #eee}
	.news .news-box .right .item .title{font-size:16px}
	.news .news-box .right .item{padding:20px 0}
	.news .news-box .right{flex-basis:calc(100% - 0px);padding-left:0;width:100%}
	.news .news-box .left{flex-basis:100%}
	.pager .number.pager-sgo{display:none}
	#mapContainer{height:300px}
	.pager .number.pager-select{display:none}
	.pager .number.pager-number{display:none}
	.location a{font-size:12px}
	.productBanner .swiper-pagination-progressbar{max-width:50%}
	.productBanner .product-text .swiper .swiper-slide .text .numbers .item .i-summary{font-size:14px}
	.productBanner .product-text .swiper .swiper-slide .text .numbers .item .gd-count{font-size:16px}
	.productBanner .product-text .swiper .swiper-slide .text .numbers{font-size:14px;margin-top:20px}
	.productBanner .product-text .swiper .swiper-slide .text .tip{font-size:16px}
	.productBanner .product-text .swiper .swiper-slide .text .tip.tip3{margin-top:10px;font-size:16px}
	.productBanner .product-text .swiper .swiper-slide .text .tip.tip1{font-size:24px}
	.productBanner .product-text .swiper .swiper-slide .text .summary{font-size:16px}
	.productBanner .product-text .swiper .swiper-slide .text .summary.summary1{font-size:16px}
	.productBanner .product-text .swiper .swiper-slide .text .title.title2 span{font-size:20px}
	.productBanner .product-text .swiper .swiper-slide .text .title{font-size:20px}
	.locations{margin-top:60px;height:60px}
	.page-menu .menu .item .item-box a::after{display:none}
	.page-menu .menu .item .item-box a{padding-left:0;font-size:14px;margin:5px 0}
	.page-menu .menu .item .class::after{display:none}
	.page-menu .menu .item .class{font-size:16px;margin-bottom:10px}
	.page-menu .menu .item{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #dddddd}
	.page-menu .menu{text-align:center;display:none;background:#eee;padding:20px 0}
	.page-menu .page-phone-click{display:block;width:100%;background:var(--dominant-color);text-align:center;color:#fff;padding:10px 20px}
	.pageBanner .banner-box .page-more{margin-top:20px;width:100px;height:40px;font-size:12px}
	.pageBanner .banner-box .page-summary{font-size:12px!important}
	.pageBanner .banner-box .page-title{font-size:16px!important}
	.pageBanner .banner-box{top:60%!important}
	.pageBanner{margin-top:0;padding-top:60px}
	.page-title .sub{font-size:14px}
	.page-title .title{font-size:20px}
	.goTop{transform:scale(0.5)}
	.footer .footer-bottom .footer-code{margin-right:auto;margin-left:10px}
	.footer .footer-bottom .copy-right .item::after{display:none}
	.footer .footer-bottom .copy-right .item{padding-right:0;margin-right:0}
	.footer .footer-bottom .copy-right .link .l-link a{font-size:12px}
	.footer .footer-bottom .copy-right .link .l-title{font-size:14px}
	.footer .footer-bottom .copy-right{flex-direction:column;padding:10px 0}
	.footer .footer-bottom .footer-news{display:none}
	.footer .footer-bottom{flex-direction:column-reverse;margin-top:0}
	.footer .footer-top .footer-codes .codes-box{margin-top:20px}
	.footer .footer-top .footer-codes .footer-logo{width:150px}
	.footer .footer-top .footer-codes{flex-basis:auto;width:70%;margin-top:50px}
	.footer .footer-top .footer-menu a{font-size:12px}
	.footer .footer-top .footer-left .l-img{max-width:100px}
	.footer .footer-top .footer-left{flex-basis:20%}
	.footer .footer-top{display:none}
	.footer{padding:30px 0}
	.index7 .index7-box{grid-template-columns:repeat(1,1fr);grid-gap:20px}
	.index4 .index4-number .item .bottom{font-size:16px}
	.index4 .index4-number .item .top{font-size:12px}
	.index4 .index4-number .item{width:50%;flex:auto;margin-bottom:20px}
	.index4 .index4-number{flex-wrap:wrap}
	.index4 .index4-box{flex-direction:column}
	.index3 .index3-box .change-show .content-cards--progress .cards{margin-top:0;flex-direction:column}
	.index3 .index3-box .change-show .content-cards--progress .cards{grid-gap:2rem}
	.index3 .index3-box .change-show .content-cards--progress .card:before{top:2.375rem;left:calc(1rem - 9px)}
	.index3 .index3-box .change-show .content-cards--progress .cards:before{height:calc(100% - 4rem);width:3px;top:3rem;left:calc(1rem - 4px)}
	.index3 .index3-box .change-show .content-cards--progress .card{padding-left:2rem;padding-right:0}
	.index3 .index3-box .change-show .content-cards--progress .card .card-title{margin-top:2rem}
	.index3 .index3-box .change-show .content-cards--progress .card:last-of-type:before{top:2rem;left:calc(1rem - 13px);right:unset}
	.index3 .index3-box .change-show{padding:20px}
	.index3 .index3-box .change-item .item.active{border:1px solid #ddd;background:#fff}
	.index3 .index3-box .change-show{padding:2.604vw;width:calc(100% - 500px);background:#E6F1FC;display:flex;align-items:flex-start}
	.index3 .index3-box .change-show .box{margin-top:30px;line-height:2.5;font-size:16px}
	.index3 .index3-box .change-item{flex-direction:column;margin-bottom:20px}
	.index-title .title{font-size:20px}
	.index-title .sup{font-size:14px}
	.banner .text .summary{font-size:16px}
	.banner .text .title{font-size:20px}
	.banner img,.banner video{height:60vh}
	.banner{height:60vh}
	
	.news-detail .news-detail-page .back{font-size:12px;width:120px;height:40px}
	.news-detail .news-detail-page .more-news .next{text-align:left}
	.news-detail .news-detail-page .more-news a{width:100%;font-size:12px}
	.news-detail .news-detail-page .more-news{flex-basis:100%;margin-bottom:20px;flex-direction:column}
	.news-detail .news-detail-page{flex-direction:column;align-items:flex-start;padding-top:20px}
	.news-detail .news-detail-box p,.news-detail .news-detail-box span,.news-detail .news-detail-box div{font-size:14px !important}
	.news-detail .news-text .summary-box .item{font-size:12px}
	
	.about .about1 .number .number-box .item{flex-basis:45%}
	.contact .contact-box .contact-show .text .message .m-item .m-summary{font-size:12px}
	.contact .contact-box .contact-show .text .message .m-item .m-title{font-size:14px}
	.contact .contact-box .contact-show .text .message .m-item{flex-basis:100%;margin-bottom:30px}
	.contact .contact-box .contact-show .text .summary{font-size:12px}
	.contact .contact-box .contact-show .text .title{font-size:16px}
	.contact .contact-box .contact-show .text{width:100%}
	.contact .contact-box .contact-show .img{margin-top:0}
	.contact .contact-box{padding:20px}
	.contact .contact-box .contact-change{grid-template-columns:repeat(2,1fr);grid-gap:10px;border-bottom:1px solid #eee;padding-bottom:30px}
	.contact .contact-box .contact-change .item{font-size:14px}
	
	.product .product-box .item .text .b-title{font-size:16px}
	.product .product-box .item .text{padding-left:0;margin-top:30px}
	.product .product-box .item{padding:8% 0}
	.about-detail .detail-box .adv-box .item .text .summary{font-size:12px}
	.about-detail .detail-box .adv-box .item .text .title{font-size:14px}
	.about-detail .detail-box .adv-box{grid-template-columns:repeat(2,1fr)}
	.about-detail .detail-box .oem-box .item .text .title{font-size:14px}
	.about-detail .detail-box .oem-box .item{padding:20px}
	.about-detail .detail-box .oem-box{grid-template-columns:repeat(2,1fr)}
	.about-detail .detail-box .odm-box{grid-template-columns:repeat(2,1fr)}
	.about-detail .detail-box .detail-title .summary{font-size:14px}
	.about-detail .detail-box .detail-title .title{font-size:18px}
	.about .honor .honor-show .item{grid-template-columns:repeat(3,1fr)}
	.about .honor .summary{font-size:14px}
	.about .honor .honor-change .item{font-size:14px}
	.about .about1 .contact .contact-change{padding-left:0;height:auto}
	.about .about1 .contact .c-title{font-size:20px}
	.about .about1 .number .number-box .top span{font-size:16px}
	
	.product-detail .left{flex-basis:auto;margin-bottom:20px;width:100%}
	.product-detail .right{width:100%;border:none}
	.product-detail .right .location{height:auto;display:block}
	.product-detail .right .location::after{display:none}
	.product-detail .right .detail-text .top .detail{padding-left:0;padding-top:20px}
	.product-detail .right .detail-text .top{font-size:16px !important}
	.product-detail .right .detail-text .top p,.product-detail .right .detail-text .top div,.product-detail .right .detail-text .top span{font-size:16px !important}
	.product-detail .right .detail-text .bottom .table{padding-left:0;overflow:auto}
	.product-detail .right .detail-text .bottom .table table{width:1000px}
	.product-detail .right .detail-text .bottom .table table tr td{font-size:14px;padding:10px}
	.search-result .search-box{grid-template-columns:repeat(1,1fr);grid-gap:20px}
	.search-result .search-box .item .text .time{font-size:14px}
	.search-result .search-box .item .text .title{font-size:16px;margin-bottom:10px}
	.search-result .search-box .item .text .summary{font-size:14px}
	.solution .solution-box{flex-direction:column}
	.solution .left{flex-basis:auto;margin-bottom:40px}
    .solution-detail .solution-detail-box .box5{grid-template-columns:repeat(2,1fr);grid-gap:20px}
    .solution-detail .solution-detail-box .box4{grid-template-columns:repeat(2,1fr);grid-gap:20px}
    .solution-detail .solution-detail-box .box3{grid-template-columns:repeat(2,1fr);grid-gap:20px}
    .solution-detail .solution-detail-box .box2{grid-template-columns:repeat(2,1fr);grid-gap:20px}
    .solution-detail .solution-detail-box .box1 .more{margin:10px auto 30px;font-size:12px;width:100px;height:40px}
    .solution-detail .solution-detail-box .box1 .d-show .item{font-size:12px;padding:20px}
    .solution-detail .solution-detail-box .box1 .d-change .item{font-size:14px;padding:10px}
    .solution .right .item-box{grid-template-columns:repeat(1,1fr)}
}

.solution-detail .solution-detail-box .box5 .item{background:#f2f2f2;border-radius:6px;height:auto;overflow:hidden}
.solution-detail .solution-detail-box .box5 .item img{width:100%}
.solution-detail .solution-detail-box .box5 .item .text{padding:20px}
.solution-detail .solution-detail-box .box5 .item .text .title{font-size:16px;margin-bottom:10px}
.solution-detail .solution-detail-box .box5 .item .text .box .tip{font-size:12px}
.solution-detail .solution-detail-box .box5 .item .text .box .summary{font-size:14px}
.solution-detail .solution-detail-box .box5 .item .text .box .summary span{color:#00a788;display:block;margin-top:10px}
.solution-detail .solution-detail-box .box5 .item .text .more{font-size:14px;border-radius:20px;display:flex;justify-content:center;align-items:center;color:#24bb9d;margin:30px auto 0;padding:10px 0}


.solutionfl{padding: 50px 0;}
.solutionfl ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.solutionfl ul li{flex: 0 0 calc(33.3% - 20px);margin: 0 0 30px;position: relative;}
.solutionfl ul li .img{position: relative;height: 0;padding-bottom: 75%;}
.solutionfl ul li .img img{position: absolute;width: 100%;height:100%;object-fit: cover;transition:all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;}
.solutionfl ul li .txt{position: absolute;font-size:16px;text-align:center;width:100%;bottom: 0;padding: 10px;background: rgba(0,0,0,0.4);color: #fff;}
.solutionfl ul li:hover .txt{background:rgba(36,187,157,0.8)}


.jgbm{display:flex;flex-wrap: wrap;width: 90%;max-width: 1220px;margin: 0 auto;}
.jgbm li{flex:0 0 calc(25% - 20px);margin: 10px 10px 20px;}
.jgbm li img{width: 100%;}
.jgbm li p{margin-top:10px;text-align: center;}


.public_nav_wrap{position:relative;z-index: 1;bottom: 0px;left:0;width:100%;padding: 0;height: auto;opacity: 2;border-bottom: 1px solid #e5e5e5;}
.public_nav_wrap.cp,.public_nav_wrap.cp .public_nav_box{height:auto;flex-wrap:nowrap}
.public_nav_wrap.cp .public_text_default{flex-wrap:nowrap}
.public_nav_wrap.cp .public_nav_ul{flex:0 0 80%}
.public_nav_wrap.cp .public_nav_read{flex:0 0 20%;width:auto;text-align:right;justify-content:flex-end}
.public_nav_box{height: auto;width: 94%;margin: 0 auto;max-width: 1200px;padding: 0;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;flex-wrap: nowrap;}
.public_nav_read{flex: 0 0 auto;}
.public_nav_li:first-child{margin-left:0}
.public_nav_li{margin-right: 20px;position:relative;font-weight: bold;}
.public_nav_li:after{content:"";position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0.15625vw;background: #24bb9d;-webkit-transition:all .8s cubic-bezier(.69,.27,.45,.99);transition:all .8s cubic-bezier(.69,.27,.45,.99)}
.public_nav_li a{font-weight: normal;line-height: 80px;font-size: 16px;padding: 0 10px;color:#333333;display: block;}
.public_nav_li:hover a{color: #24bb9d;}
.public_nav_active a{color: #24bb9d;}
.public_nav_li:hover:after{width:100%}
.public_nav_active:after{width:100%}
.public_nav_default a{color:#333333}
.public_nav_default:after{width:0}
.public_nav_hover a{color:#24bb9d}
.public_nav_hover:after{width:100%}
.public_nav_icon{font-size:15px;line-height:1.5625vw;color:#666}
.public_nav_default_text,.public_nav_default_text a{font-size: 14px;line-height:1.5625vw;color: #333;margin: 0 3px;line-height: 80px;}
.public_nav_current_text,.public_nav_current_text a{font-size:0.78125vw;line-height:1.5625vw;color:#999999}
.public_nav_current_box:last-child .public_nav_current_text,.public_nav_current_box:last-child .public_nav_current_text a{color:#666}
.flex{display:flex;flex-wrap: wrap;}


.honor{overflow: hidden;margin-bottom: 60px;padding: 0;margin-top: 40px;}
.honor .swiper-slide{padding: 0;border: 6px solid #c09f71;}
.honor .swiper-slide img{margin: 0 auto;display: block;}
.honor .swiper-slide p{margin-top:20px;padding-top:20px;border-top:1px solid #ddd;font-size:16px;text-align:center;}


/* body */
@font-face {
    font-family: 'poppinsregular';
    src: url('https://hchcn.cn/qqmy1/poppinsregular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    /* font-family: 'poppinsregular'!important; */
    overflow-x:hidden;
}
.wrap{max-width:1200px!important;padding: 0 !important;width: 94% !important;}
.bossgoo-com-item .first-title{margin-bottom: 30px!important;color:#333!important;font-size: 26px!important;padding-bottom:0!important;background: transparent;}
.linbt{font-size: 28px;margin-bottom: 20px;color:#333;text-align: center;font-weight: bold;line-height: 1;}
.linsub{margin: 0 auto 30px;color: #898989;font-size: 15px;text-align: center;}
#ewm_mousein3,#ewm_mousein{background-image:url(https://bsg-i.nbxc.com/company/38/76cdb8d2e0e60bb1cb825082bcb9d8.jpg@95Q.webp)!important;right: 50px!important;}
.float_box .float-media-list li,.float_box .float-media-list li .righticon{background-color: #24bb9d !important;}


/* header */
.bossgoo-header-nav1{position: fixed!important;}
.logo-box .name{display:none!important;}
.bossgoo-header-nav1 .logo{max-width:286px!important;margin-left:30px;}
.bossgoo-header-nav1 .header-search-box{top: 100%!important;}
.navquote{position: relative;display: flex;align-items: center;margin-right: 15px;border-radius: 5px;overflow: hidden;}
.navquote a{font-size:14px;display: block;padding: 10px 20px;background: #24bb9d;color: #fff;}
.bossgoo-header-nav1 .search-box{background-color: #666!important;padding: 0 20px!important;margin-right: 30px!important;font-size: 14px!important;height: auto!important;width: auto!important;border-radius: 5px;overflow: hidden;}
.bossgoo-header-nav1 .nav>ul>li:nth-child(9){display:none;}
.bossgoo-header-nav1 .nav>ul>li:nth-child(8) a{display:none;}
.bossgoo-header-nav1 .nav>ul>li:nth-child(8) li a{display:block;}
.bossgoo-header-nav1 .nav {margin-right: 80px!important;}
.bossgoo-header-nav1 .logo img{max-height: 40px;}
.bossgoo-header-nav1 .country{margin: 5px 20px;}
.bossgoo-header-nav1 .line{height: 40px;background: #ddd;margin:0;}
.bossgoo-header-nav1 .nav>ul>li{padding: 0 40px;}

/* banner */
.bossgoo-index-banner2{padding-top: 90px;}
.bossgoo-index-banner2 .swiper-slide{padding-bottom: 33.8%;overflow: hidden;}
.bossgoo-index-banner2 img{width: 100%;height: 100%;object-fit: cover;transition: all .5s ease;left: 50% !important;top: 50% !important;-webkit-transform: translate(-50%, -50%) !important;-ms-transform: translate(-50%, -50%) !important;transform: translate(-50%, -50%) !important;position: absolute;}
.bossgoo-index-banner2 .swiper-button-next, .bossgoo-index-banner2 .swiper-button-prev {background:rgba(0,0,0,0.2);margin-top: 0px;}
.bossgoo-index-banner2 .swiper-button-next:hover, .bossgoo-index-banner2 .swiper-button-prev:hover {background:rgba(36,187,157,0.6);}
.bossgoo-index-banner2 .bannertxt{text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);color:#24bb9d;position: absolute;max-width: 1200px;width: 94%;z-index: 9;transition: all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;text-align: left;}
.bossgoo-index-banner2 .bannertxt .title{font-size: 40px;font-weight: bold;max-width: 400px;line-height: 1.3;margin-bottom: 20px;}
.bossgoo-index-banner2 .bannertxt .title2{font-size: 24px;display: inline-block;background: rgba(255,255,255,0.3);padding: 5px 10px;margin-bottom: 10px;}
.bossgoo-index-banner2 .bannertxt .subtitle{font-size: 18px;line-height: 1.6;margin-bottom: 30px;max-width: 400px;}
.bossgoo-index-banner2 .bannertxt .more{}
.bossgoo-index-banner2 .bannertxt .more a{border:1px solid #fff;padding:20px;display: inline-block;padding: 8px 30px;background: #24bb9d;border: 1px solid #fff;color: #fff;transition: all .5s ease;font-size: 15px;}
.bossgoo-index-banner2 .bannertxt .more a:hover{padding: 8px 40px;color: #24bb9d;border-color: #fff;background: #fff;font-size: 14px;}
.bossgoo-index-banner2 .bannertxt2{text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);color:#24bb9d;position: absolute;max-width: 1200px;width: 94%;z-index: 9;transition: all .5s ease;left: 30%!important;top: 48%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;text-align:center;}
.bossgoo-index-banner2 .bannertxt2 .title{font-size: 40px;font-weight: bold;color:#24bb9d;margin-bottom: 1.3rem;}
.bossgoo-index-banner2 .bannertxt2 .title2{font-size: 17px;}
.bossgoo-index-banner2 .bannertxt2 .subtitle{font-size: 24px;}
.bossgoo-index-banner2 .bannertxt2 .more{border:1px solid #fff;display:inline-block;padding:6px 20px;margin-top:20px;}
.bossgoo-index-banner2 .bannertxt2 .more a{color:#fff}
.bossgoo-index-banner2 .bannertxt2 .more:hover{border:1px solid #24bb9d;background:#24bb9d}

/* Advantage */
.bossgoo-index-choose37{background:#fff;padding:60px 0;}
.bossgoo-index-choose37 .first-title{display:none;}
.bossgoo-index-choose37 .chooseswiper{display:block;}
.bossgoo-index-choose37 .swiper-wrapper{display:flex;}
.bossgoo-index-choose37 .swiper-slide{width:25%!important;margin:0!important;position: relative;}
.bossgoo-index-choose37 .swiper-slide:hover .choosebox .chooseText{height:auto;opacity:1;}
.bossgoo-index-choose37 .swiper-slide:hover .chooseicon{transform: scale(1.1);}
.bossgoo-index-choose37 .swiper-slide:after{content:'';position: absolute;left: 0;top: 0;width: 1px;height: 260px;background: #000;z-index: 9;opacity: 0.05;}
.bossgoo-index-choose37 .swiper-slide:nth-child(1):after{display:none;}
.bossgoo-index-choose37 .chooseswiper .choosebox .chooseicon span{display:none;}
.bossgoo-index-choose37 .chooseswiper .choosebox .chooseText{height: 0;margin-bottom: 0px;-webkit-line-clamp: 8;font-size: 14px;transition: all .5s ease;}
.bossgoo-index-choose37 .chooseswiper .choosebox .chooseTitle{font-size: 18px;margin-bottom: 10px;}
.bossgoo-index-choose37 .chooseswiper .choosebox:after{background: #fff;}
.bossgoo-index-choose37 .chooseswiper .choosebox{height:100%;background: transparent;padding: 15px 40px 40px;text-align: center;}
.bossgoo-index-choose37 .chooseswiper .choosebox .chooseicon{transition:all .5s ease;width: 80px;height: 80px;margin: 0 auto 20px;background-size: 40px !important;background-color: #24bb9d;background-repeat: no-repeat;background-position: center;}
.bossgoo-index-choose37 .swiper-slide:nth-child(1) .chooseicon{background-image:url(https://bsg-i.nbxc.com/company/74/7872316d65cc67067e6d065fd0f20b.png@95Q.webp);}
.bossgoo-index-choose37 .swiper-slide:nth-child(2) .chooseicon{background-image:url(https://bsg-i.nbxc.com/company/2c/6303dac4953c8b2bdf8acd8c2278d0.png@95Q.webp);}
.bossgoo-index-choose37 .swiper-slide:nth-child(3) .chooseicon{background-image:url(https://bsg-i.nbxc.com/company/38/4b6d3acd858a4ce81756d739c1698f.png@95Q.webp);}
.bossgoo-index-choose37 .swiper-slide:nth-child(4) .chooseicon{background-image:url(https://bsg-i.nbxc.com/company/92/285e3ad59b1152ea29b580a9538889.png@95Q.webp);}

/* about */
.bossgoo-index-about24 .img-item, .bossgoo-index-about24 .text-box{padding-bottom:0;height:650px;}
.bossgoo-index-about24 .img-box img{position:absolute;width: 100%;height:100%;object-fit: cover;transition:all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;}
.bossgoo-index-about24 .text .first-title{font-size:24px;padding-bottom: 15px;margin-bottom: 15px;color:#333}
.bossgoo-index-about24 .text{background:#f5f5f5;}
.bossgoo-index-about24 .text .first-title:after{background:#24bb9d;width: 40px;}
.bossgoo-index-about24 .text .des{font-size: 15px;color: #666;-webkit-line-clamp: 20;margin-bottom: 30px;line-height: 1.8;}
.bossgoo-index-about24 .text .des p:nth-child(3),.bossgoo-index-about24 .text .des p:nth-child(4),.bossgoo-index-about24 .text .des p:nth-child(5),.bossgoo-index-about24 .text .des p:nth-child(6){padding-left:20px;margin-bottom: 3px;position: relative;color: #333;}
.bossgoo-index-about24 .text .des p:nth-child(3):before,.bossgoo-index-about24 .text .des p:nth-child(4):before,.bossgoo-index-about24 .text .des p:nth-child(5):before,.bossgoo-index-about24 .text .des p:nth-child(6):before{content:'';width:6px;height: 6px;position: absolute;left: 0;top: 10px;background: #24bb9d;}
.bossgoo-index-about24 .text .btn{font-size: 14px;color:#333;border:1px solid #ccc;display: inline-block;width: 120px;padding: 8px 20px;text-align: center;}
.bossgoo-index-about24 .text .btn:hover{background:#24bb9d;color:#fff;border:1px solid #24bb9d;}

/* products */
.bossgoo-index-hots58{padding-top: 80px!important;padding-bottom: 60px!important;border-top: 1px solid #eee;}
.bossgoo-index-hots58 .hots58-text{font-size: 16px;width: 100%;display:none;}
.bossgoo-index-hots58 .hots58-con{display:none!important;}
.index1{overflow:hidden;margin-top: 0;text-align: center;}
.index1 ul{position: relative;display:flex;flex-wrap: wrap;}
.index1 ul li{flex: 0 0 calc(25% - 40px);margin: 10px 20px 30px;}
.index1 li .img{position: relative;width:100%;height: 0;padding-bottom: 100%;}
.index1 li .img img{position: absolute;width: 100%;height:100%;object-fit: cover;transition:all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;}
.index1 li .text{width:100%;margin-top: 10px;}
.index1 li .title{font-size: 16px;}

/* Application fields of homogenizer */
.indexca{padding: 60px 0;background: #f5f5f5;}
.indexcarow{width:94%;max-width:1200px;margin:0 auto}
.indexcarow ul{display:flex;flex-wrap:wrap;justify-content:space-between}
.indexcarow ul li{flex: 0 0 calc(25% - 7px);padding: 30px 30px 110px;background: #fff;/* border: 1px solid #e5e5e5; */margin-bottom: 10px;font-size:14px;background-position-y: bottom;background-position-x: right;background-size: 81%;background-repeat: no-repeat;transition: all .3s ease;color: #333;cursor: pointer;}
.indexcarow ul li:hover{background-size: 90%;}
.indexcarow ul li span{display:block;font-size:16px;font-weight:bold;margin-bottom:10px;line-height:1.4}
.indexca .ca1{background-image:url(https://bsg-i.nbxc.com/company/0c/3fbb88239720f8aa10ebfef92fa81e.png@95Q.webp);background-color: #e6f0f3;}
.indexca .ca2{background-image:url(https://bsg-i.nbxc.com/company/d1/5bf529abf3c59b660a8b1653a8c9da.png@95Q.webp);background-color: #3c9b9e;COLOR: #FFF;}
.indexca .ca3{background-image:url(https://bsg-i.nbxc.com/company/fd/851f0026a1d15e59c67f812535049e.png@95Q.webp);background-color: #eaf0f6;}
.indexca .ca4{background-image:url(https://bsg-i.nbxc.com/company/35/132f5a1b4a4514b8c0e006d569d74e.png@95Q.webp);background-color: #3c699e;color: #fff;}
.indexca .ca5{background-image:url(https://bsg-i.nbxc.com/company/6d/dfe37781d6c2ae70d48a9799a27b4d.png@95Q.webp);}
.indexca .ca6{background-image:url(https://bsg-i.nbxc.com/company/22/7013aa28de6f601395e006f01713ce.png@95Q.webp);background-color: #d1e6ee;}
.indexca .ca7{background-image:url(https://bsg-i.nbxc.com/company/f0/5a22610280ef1edb4e9c555980bc67.png@95Q.webp);background-color: #24bb9d;color: #fff;}
.indexca .ca8{background-image:url(https://bsg-i.nbxc.com/company/b6/9bd67f0d0e12d6eaef4377b86b4cd3.png@95Q.webp);background-color: #ddd;}
.indexca .ca9{background-image:url(https://bsg-i.nbxc.com/company/88/59118385d0cbab77891eaf7a52b923.png@95Q.webp);background-color: #d1e6ee;}
.indexca .ca10{background-image:url(https://bsg-i.nbxc.com/company/0b/46c26ee074ebcdc6e421216ed37740.png@95Q.webp);background-color: #3c699e;color: #fff;}
.indexca .ca11{background-image:url(https://bsg-i.nbxc.com/company/63/d52b988c4ab51abf9992aed900d85c.png@95Q.webp);background-color: #ddd;}
.indexca .ca12{background-image:url(https://bsg-i.nbxc.com/company/8a/7bf64ba47257e46e06ff706902f749.jpg@95Q.webp);}
.indexca .first-title{margin-bottom: 30px !important;color: #333 !important;font-size: 26px !important;padding-bottom: 0 !important;background: transparent;font-weight: bold;text-align: center;}

/* Application fields of homogenizer */
.bossgoo-index-exhibition37{background:#f5f5f5;padding:70px 0;}
.bossgoo-index-exhibition37 .hotslist .hotbox .cover:after{opacity: 0.75;}


/* Pro */
.bossgoo-index-product-featured24{padding-bottom:30px}
.bossgoo-index-product-featured24 ul{margin-top: 40px;}
.bossgoo-index-product-featured24 li{position: relative;}
.bossgoo-index-product-featured24 li .img-item{border:1px solid #eee;margin-bottom: 0;}
.bossgoo-index-product-featured24 li .img-item img{max-width: 80%;max-height: 80%;transition:all .5s ease}
.bossgoo-index-product-featured24 li:hover .img-item img{max-width: 90%;max-height: 90%;}
.bossgoo-index-product-featured24 li .title{white-space:normal;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.3;padding: 12px 15px;align-items: end;display: flex;position: relative;text-align: left;margin-bottom: 0;}
.bossgoo-index-product-featured24 li .title a{color: #333;text-align: center;}
.bossgoo-index-product-featured24 li .btn{display:none}
.bossgoo-index-product-featured24 li:hover .title a{color: #24bb9d;}

.bossgoo-index-product-category5{}
.bossgoo-index-product-category5 .swiper-container{max-width: 1200px;width: 94%;margin: 0 auto 20px;padding-top: 10px;}
.bossgoo-index-product-category5 .swiper-wrapper{transform: translate3d(0px, 0px, 0px)!important;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.bossgoo-index-product-category5 .swiper-wrapper .swiper-slide{flex: 0 0 calc((100% / 3) - 30px);margin: 0 15px 20px!important;width: auto!important;border: 1px solid #e5e5e5;transform: skew(-15deg);height: 62px;display: flex;align-items: center;justify-content: center;}
.bossgoo-index-product-category5 .swiper-wrapper .swiper-slide:hover{background:#24bb9d;border-color:#24bb9d;}
.bossgoo-index-product-category5 .swiper-wrapper .swiper-slide:hover .catebox a{color:#fff}
.bossgoo-index-product-category5 .categoryswiper .catebox{line-height:1.4;height: auto;transform: skew(15deg);}
.bossgoo-index-product-category5 .categoryswiper .catebox a{white-space: normal;font-size: 15px;padding: 10px 20px;color: #333;}
.bossgoo-index-product-category5 .categoryswiper .catebox:hover{background:transparent;}

.bossgoo-index-products37{padding: 70px 0;background:#fff;position: relative;}
.bossgoo-index-products37 .productswiper{width:94%;max-width: 1200px;padding: 0;margin-top: 20px;padding-top: 50px;}
.bossgoo-index-products37 .probox{padding:0;display: flex;flex-wrap: wrap;}
.bossgoo-index-products37 .probox:hover{box-shadow:none}
.bossgoo-index-products37 .probox:hover .name{color: #24bb9d;}
.bossgoo-index-products37 .probox .imgbox{background: #fff;border: 1px solid #eee;/* padding-bottom: calc(50% - 2px); */flex: 0 0 50%;box-sizing: border-box;}
.bossgoo-index-products37 .probox .imgbox .innerbox{overflow: hidden;}
.bossgoo-index-products37 .probox .imgbox .innerbox img{max-width: 100%;max-height: 100%;transition:all .5s ease;width: 100%;height: 100%;}
.bossgoo-index-products37 .probox:hover .imgbox .innerbox img{max-width: 105%;max-height: 105%;}
.bossgoo-index-products37 .probox .imgbox .contact{display:none}
.bossgoo-index-products37 .probox .name{font-weight:normal;font-size: 16px;white-space: nowrap;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.5;height: auto;text-align: left;padding: 25px 50px 0px;margin: 0;font-size: 24px;font-weight: bold;color: #000;white-space: normal;}
.bossgoo-index-products37 .swiper-button-next{right: 0!important;width: auto;top: 0;margin: 0;}
.bossgoo-index-products37 .swiper-button-prev{left: auto;width: auto;top: 0;margin-top: 0;right: 50px;}
.bossgoo-index-products37 .productswiper .swiper-button-next span{background: #f5f5f5!important;color: var(--themeColor)!important;font-size: 26px;padding: 5px;}
.bossgoo-index-products37 .productswiper .swiper-button-prev span{background: #f5f5f5 !important;color: var(--themeColor) !important;font-size: 26px;padding: 5px;}
.bossgoo-index-products37 .swiper-container-fade .swiper-slide{background: #fff;width: 100%!important;margin: 0!important;!importan;!importa;!importam;!importa;!importat;!importa;!import;!impor;!impo;!imp;!impi;!impio;!impi;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
.bossgoo-index-products37 .productswiper .swiper-wrapper{-webkit-transform: translate3d(0, 0, 0) !important;transform: translate3d(0, 0, 0) !important;}
.bossgoo-index-products37 .swiper-pagination{top: 15px;bottom: auto;width: auto;}
.bossgoo-index-products37 .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;}
.bossgoo-index-products37 .swiper-pagination .swiper-pagination-bullet-active{background: #24bb9d;}

.indexcprow{position: absolute;width: calc(50% - 50px);max-width: 550px;left: calc(50% + 50px);top: 320px;padding: 0;z-index: 2;border-top: 1px solid #eee;overflow: hidden;}
.indexcprow ul{display:flex;flex-wrap:wrap;margin-top: 30px;justify-content:space-between;margin-bottom: 0px;}
.indexcprow ul li{/* padding: 10px; */width: calc(50% - 10px);margin-bottom: 20px;display:flex;transition:all .5s ease;align-items: center;height: 85px;overflow: hidden;}
.indexcprow ul li .img{width: 20%;flex: 0 0 20%;padding-right: 10px;height: 65px;display: flex;align-items: center;}
.indexcprow ul li .img img{/* margin-top:calc(50% - 30px); */}
.indexcprow ul li .txt{}
.indexcprow ul li .txt .title{font-size: 16px;color: #333;font-weight: bold;line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.indexcprow ul li .txt .summary{font-size: 15px;color:#333;height: 0;opacity: 0;transition: all .5s ease;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.indexcprow ul li:hover .title{/* height:0; *//* opacity:0; */}
.indexcprow ul li:hover .summary{height: 62px;opacity: 1;}

/* Technology */
.bossgoo-index-advantage27{background:transparent;padding-top: 120px;}
.bossgoo-index-advantage27 .advantage27-con{padding-bottom: 120px;position: relative;}
.bossgoo-index-advantage27 .advantage27-item{border-radius:0;box-shadow:none;padding:40px;background: transparent;}
.bossgoo-index-advantage27 .advantage27-img{display:none}
.bossgoo-index-advantage27 .advantage27-content{width:calc(100% - 100px);font-size: 15px;display:flex;flex-wrap:wrap;flex-direction:column-reverse;padding:0}
.bossgoo-index-advantage27 .advantage27-text1{flex:0 0 100%;line-height: 2;-webkit-line-clamp:10}
.bossgoo-index-advantage27 .advantage27-text2{padding:0 0 20px}
.bossgoo-index-advantage27 .advantage27-text2 .advantage27-te2Le{font-size:26px;max-width:100%;color: #24bb9d;}
.bossgoo-index-advantage27 .advantage27-text2 .advantage27-te2Ri{display:none}
.linrow2zs1{left: 25%;top: 10%;position:absolute;transform:skewX(340deg);width:140px;height: 200px;background-image: -webkit-linear-gradient(90deg, rgb(36 187 157) 0%, rgba(36,187,157,0.1) 100%);opacity:.2;display:block;z-index:-1}
.linrow2zs2{left:59%;top: -15%;position:absolute;transform:skewX(340deg);width:240px;height: 320px;background-image: -webkit-linear-gradient(90deg, rgb(36 187 157) 0%, rgba(36,187,157,0.1) 100%);opacity:.2;display:block;z-index:-1}
.linrow2zs3{left: 74%;top:6%;position:absolute;transform:skewX(340deg);width:90px;height: 280px;background-image: -webkit-linear-gradient(90deg, rgb(36 187 157) 0%, rgba(36,187,157,0.1) 100%);opacity:.2;display:block}


/* Technical advantages */
.bossgoo-index-factory10{padding:60px 0;}
.bossgoo-index-factory10 .swiper-wrapper{transform: translate3d(0, 0, 0)!important;display: flex;}
.bossgoo-index-factory10 .first-title{color:#fff!important;}
.bossgoo-index-factory10 .swiperbox{background: transparent;}
.bossgoo-index-factory10 .swiperbox .facswiper .probox{width: calc(100% - 0px);margin: 10px;background: rgba(0,0,0,0.15);padding: 40px 30px 30px;}
.bossgoo-index-factory10 .swiperbox .swiper-slide{height:100%;display: block;}
.bossgoo-index-factory10 .swiperbox .facswiper .probox .pic{pointer-events:none;}
.bossgoo-index-factory10 .swiperbox .facswiper .probox .pic img{width: 60px;margin: 0 auto 0;display: block;}
.bossgoo-index-factory10 .swiperbox .facswiper .probox .name{height: auto;line-height: 1.4;margin-top: 20px;white-space: normal;color: #fff;font-size: 18px;}


/* R&D laboratory */
.bossgoo-index-application53{padding:60px 0 70px}
.bossgoo-index-application53 ul{transform:translate3d(0px,0,0)!important;opacity: 1!important;}
.bossgoo-index-application53 li{width: 100%;margin: 0;display:none;}
.bossgoo-index-application53 li.on{display:block;}
.bossgoo-index-application53 .img-item{padding-bottom: 0;height: auto;display: flex;flex-direction: row-reverse;}
.bossgoo-index-application53 .mask{height:auto;bottom: auto!important;background: #fff;padding: 50px 50px 30px 30px;position: relative;display: flex;pointer-events: none;flex: 0 0 50%;}
.bossgoo-index-application53 li:hover .mask{/* background:linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0)); */}
.bossgoo-index-application53 li:hover .des{transform:none;height:auto;opacity: 1;/* margin-top: 15px; */transition: all .0s ease-in-out;transition-delay: 0s;}
.bossgoo-index-application53 .title{font-size: 20px;margin:0;white-space:normal;line-height: 1.4;color: #333;font-weight: bold;}
.bossgoo-index-application53 .des{transform:none;height: auto;opacity: 1;margin-top: 20px;font-size: 15px;color: #666;line-height: 1.8;-webkit-line-clamp: 8;}
.bossgoo-index-application53 .img-item img{width:100%;height:100%;object-fit: cover;transition:all .5s ease;position: relative;}
.bossgoo-index-application53 .img-item .img-box{position: relative;pointer-events: none;}
.sysli{display:flex;margin: 40px auto 60px;justify-content: space-evenly;border-bottom: 1px solid #eee;padding: 0 150px;}
.sysli li{font-size: 16px;display: block;flex: 0 0 auto;width: auto;text-align: center;border-bottom: 4px solid #eee;line-height: 40px;padding: 0 20px;}
.sysli li.on{color:#24bb9d;border-bottom: 4px solid #24bb9d;}

/* Customer evaluation */
.bossgoo-index-equipment19{background:#f5f5f5;padding:70px 0}
.bossgoo-index-equipment19 .eqpswiper{width:100%}
.bossgoo-index-equipment19 .swiper-button-prev{display:none}
.bossgoo-index-equipment19 .swiper-button-next{display:none}
.bossgoo-index-equipment19 .swiper-slide{box-shadow:none;background:#fff;padding:40px;height:auto}
.bossgoo-index-equipment19 .eqpswiper .imgbox{padding:0;height:auto}
.bossgoo-index-equipment19 .eqpswiper .imgbox .innerbox{position:relative}
.bossgoo-index-equipment19 .eqpswiper .imgbox .innerbox img{width:36px}
.bossgoo-index-equipment19 .eqpswiper .equipname{}
.bossgoo-index-equipment19 .eqpswiper .equipname .nameapp{height:auto;border-left:2px solid #eee;font-size:14px;font-weight:normal}
.bossgoo-index-equipment19 .eqpswiper .equipname .nameapp span{-webkit-line-clamp:8;height:auto;word-break:break-word}


/* Partners */
.bossgoo-index-partner53{background:#fff;padding: 80px 0 60px;border-top: 1px solid #eee;}
.bossgoo-index-partner53 .first-title{background:transparent!important;}
.icon-shuangjiantouzuo:before{content:"\f015"!important;}
.icon-shuangjiantouyou:before{content:"\f016"!important;}
.bossgoo-index-partner53 .swiper-button-next, .bossgoo-index-partner53 .swiper-button-prev{display:none;}
.bossgoo-index-partner53 .partner-box .img-box img{max-width: 100%;max-height: 100px;height: auto;}

/* news */
.bossgoo-index-news57{padding:60px 0}
.bossgoo-index-news57 .news57-imgBox{padding-bottom:66.6%;}
.bossgoo-index-news57 .news57-linkBox{display: block;}
.bossgoo-index-news57 .news57-linkBox a{display: block;height:0;opacity: 0;transition:all .5s ease;}
.bossgoo-index-news57 .news57-swiper .swiper-slide-next .news57-linkBox a{height: auto;opacity: 1;}
.bossgoo-index-news57 .news57-title{font-size:16px;}
.bossgoo-index-news57 .news57-bot{padding-top:30px;}
.bossgoo-index-news57 .first-title{margin: 0!important;}
.bossgoo-index-news57 .news57-top{align-items: center;}
.bossgoo-index-news57 .news57-more{background: transparent;border: 1px solid #ccc;padding: 12px 20px;text-transform: lowercase;height: auto;line-height: 1;width: auto;color: #333;}
.bossgoo-index-news57 .news57-more:hover{background:#24bb9d;border-color:#24bb9d;color:#fff;}
.bossgoo-index-news57 .news57-more i{display:none}
.bossgoo-index-news57 .news57-pagination span{border-radius: 0;width:20px;}
.bossgoo-index-news57 .news57-img img{object-fit: cover;transition:all .5s ease;}
.bossgoo-index-news57 .news57-textCon{margin-top:10px;}

/* mes */
.bossgoo-index-inquiry25{padding:0;}
.bossgoo-index-inquiry25 .inquiry25-title{font-size:30px;}

/* foot */
.bossgoo-footer57{background: #fff;border-top: 1px solid #eee;}
.footer57-box1{}
.bossgoo-footer57 .footer57-top{border-bottom: none;padding: 60px 0 0px;}
.bossgoo-footer57 .footer57-bot{padding: 20px 0;}
.bossgoo-footer57 .footer57-topLe{width: 25%;padding-right: 0;}
.bossgoo-footer57 .footer57-topRi{width: 75%;flex-wrap: nowrap;}
.bossgoo-footer57 .footer57-topLogo{}
.bossgoo-footer57 .footer57-topCon{padding-top: 25px;color: #666;font-size: 14px;-webkit-line-clamp: 6;-webkit-line-clamp: 6;line-height: 1.8;}
.bossgoo-footer57 .footer57-topIcon{padding-top: 30px;}
.bossgoo-footer57 .footer57-item1{width: auto;max-width: 40%;padding-right: 0;padding-left: 10%;}
.bossgoo-footer57 .footer57-item1:nth-child(6),.bossgoo-footer57 .footer57-item1:nth-child(5){display:none;}
.bossgoo-footer57 .footer57-itTi{}
.bossgoo-footer57 .footer57-itList{padding-top: 30px;}
.bossgoo-footer57 .footer57-itList a{color: #666;font-size: 14px;white-space: normal;line-height: 1.4;}
.bossgoo-footer57 .footer57-itList a:hover{color:#24bb9d;}
.bossgoo-footer57 .footer57-email .footer57-emLink span{color:#FFF}
.bossgoo-footer57 .footer57-item2{display: none;}
.bossgoo-footer57 .footer57-itList li{font-size:14px;margin-bottom: 15px;}
.bossgoo-footer57 .footer57-itTe:first-child{font-size: 14px;color: #666;}
.bossgoo-footer57 .footer57-email{}
.bossgoo-footer57 .footer57-email .footer57-emLink{}
.bossgoo-footer57 .footer57-email .footer57-emLink .iconfont{}
.footer57-bot .wrap{display:none!important;}
.footer_copyright{max-width:1200px;width:94%;margin:0 auto;display:flex;justify-content: space-between;}
.footer_copyright p{font-size:14px;color:#666}
.footer_copyright p a,.footer_copyright p a:hover{color:#666}
.bossgoo-footer57 .footer57-topLogo img{max-width: none;max-height: 50px;}

/*  ny - public  */
.pc.bossgoo-breadbrumb1{padding-top:90px!important;}

/*  ny - About  */
.nyaboutbox{background-position: center;background: url(../image/aboutbj.jpg) no-repeat;background-size: cover;position: relative;background-attachment: fixed;padding-bottom: 1px;}
.nyaboutbox:before {content: '';width: 100%;height: 100%;position: absolute;background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 100%);top: 0;}
.aboutrow{margin-top:30px}
.aboutrow p{margin-bottom:20px;line-height: 1.8;text-align: left;font-size: 16px;color: #333;text-indent: 2em;}
.aboutcont{margin-bottom:60px;display:flex;justify-content:space-between;margin-top:50px}
.aboutcont li{text-align:center;flex:0 0 25%}
.aboutcont li span{font-size:36px;color: #24bb9d;font-weight:bold}
.aboutcont li span i{font-size:16px;margin-left:5px;font-weight:normal;color:#666}
.aboutcont li p{}
.Capacities{padding-bottom: 50px;display:flex;flex-wrap: wrap;margin-top: 30px;}
.Capacities li{flex: 0 0 calc(33.3% - 20px);padding:30px;box-sizing:border-box;text-align:center;margin: 10px;background: rgba(0, 0, 0, 0.15);padding: 50px 30px;}
.Capacities li img{width: 50px;max-width: 80%;}
.Capacities li .title{font-size:20px;font-weight:bold;color: #fff;}
.Capacities li .line{width:60px;height:2px;background:#24bb9d;margin:20px auto}
.Capacities li .summary{font-size:15px}
.qqhbox{background: #f7f7f7;padding: 40px 0;overflow: hidden;}
.qqhbox .cont{width: 94%;max-width: 1200px;margin: 0 auto;}
.qqh{display:flex;align-items:center}
.qqh .left{position:relative;flex: 0 0 48%;flex-basis: 48%!important;}
.qqh .left img{width:100%;opacity: 0.4;}
.qqh .mapdian{position: absolute;width: 100%;height: 100%;top: 0;}
.qqh .area-box{position: absolute;}
.qqh .area-box .dot{position: absolute;left: 0;width: 6px;height: 6px;border-radius: 50%;opacity: 1;background: #24bb9d;}
.qqh .area-box .ddn{position: absolute;color: #333;width: 100px;text-align: center;left: -50px;top: 6px;font-size: 14px;}
.qqh .area-box .pulse{position: absolute;border-radius: 48px;opacity: 0.3;-webkit-animation: warn 2s ease-out both;animation: warn 2s ease-out both;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;background: rgba(36,187,157,0.5);top: -17px;left: -17px;height: 40px;width: 40px;box-shadow: 0 0 15px #24bb9d;}
.qqh .area-box .delay-06 {animation-delay: 2s;}
.qqh .area-box .delay-05 {animation-delay: 1.6s;}
.qqh .area-box .delay-04 {animation-delay: 1.2s;}
.qqh .postition-1{left: 69.5%;top: 19%;}
.qqh .postition-2{left: 81%;top: 25%;}
.qqh .postition-3{left: 95%;top: 59%;}
.qqh .postition-4{left: 94.5%;top: 66.5%;}
.qqh .postition-5{left: 15%;top: 32.5%;}
.qqh .postition-6{left: 11.5%;top: 46.5%;}
.qqh .postition-7{left: 44%;top: 45%;}
.qqh .postition-8{right: 31%;top: 42%;}
.qqh .postition-9{left: 39%;top: 52%;}
.qqh .postition-10{right: 81%;top: 36%;}
.qqh .titleDesc{margin-top:0!important;display:none!important;}
@keyframes warn {
  0% {
    -webkit-transform: scale(0);transform: scale(0);opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);transform: scale(1);opacity: 0;
  }
}
.qqh .right{padding-left:100px}
.qqh .right .title{font-size:26px;color:#333;font-weight:bold}
.qqh .right .summary{margin-top:20px;line-height: 1.8;}
.pack{}
.pack .img{position:relative}
.pack .img img{}
.pack .img .packrow{position:absolute;bottom: 40px;right:0;width:300px}
.pack .img .packrow span{font-size:20px;font-weight:bold;color: #24bb9d;}
.pack .img .packrow p{}
.packcont{margin-top: 1px;}
.packcont ul{display:flex;flex-wrap:wrap;justify-content:space-between}
.packcont ul li{flex:0 0 48%;display:flex;margin-bottom: 20px;align-items:center;line-height: 1.4;padding-right: 10px;background: #fff;border-radius: 10px;overflow: hidden;font-size: 15px;}
.packcont ul li span{flex: 0 0 90px;background: #24bb9d;color:#fff;padding: 20px 10px 20px 20px;margin-right: 20px;font-size: 15px;height: 100%;display: flex;align-items: center;}
.packcont ul li p{padding: 20px 0;line-height: 1.5;}
.aboutadvantage{}
.aboutadvantage ul{display:flex;justify-content:space-between}
.aboutadvantage ul li{flex:0 0 48%;padding:30px;background: #fff;box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);}
.aboutadvantage li .title{font-size:20px;color:#333;font-weight:bold;margin-bottom:15px}
.aboutadvantage p{padding-left:20px;margin-bottom:10px;position:relative}
.aboutadvantage p:before{content:'';width:6px;height:6px;position:absolute;left:0;top:7px;background:#24bb9d;border-radius:50%}
.honor{}

/* ny - technical */
.technical1{}
.technicalcont{display:flex;text-align:center;margin-bottom:60px}
.technicalcont li{padding:0 30px;border-left:1px solid #eee}
.technicalcont li:nth-child(1){border:none}
.technicalcont li .img{width:80px;height:80px;border-radius:50%;background-color:#24bb9d;padding:20px;margin:0 auto}
.technicalcont li .img img{}
.technicalcont li span{margin:20px 0;display:block;font-size:18px;font-weight:bold;color:#333;line-height:1.4}
.technicalcont li p{font-size:15px}
.technical2{background:#f7f7f7}
.solition-cont2{margin-top:20px;margin-bottom:60px}
.solition-cont2 li{display:flex;align-items:center;background:#fff}
.solition-cont2 li:nth-child(2n){flex-direction:row-reverse;background: #fff;}
.solition-cont2 li:nth-child(2n) .txt{background:#fff;height: 100%;}
.solition-cont2 .img{flex:0 0 50%;height:0;padding-bottom:calc(50% * 0.66);position:relative;overflow:hidden;background:#eee;height:100%}
.solition-cont2 .img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
.solition-cont2 .txt{padding:30px;flex:0 0 50%}
.solition-cont2 .title{color:#333;font-size:18px;font-weight:bold}
.solition-cont2 .subtitle{color:#666;font-size:14px;margin-top:20px;line-height:1.6}
.solition-cont2 .subtitle p{margin-bottom:10px}
.solition-cont2 .subtitle span{display:block;padding-left:15px;margin-bottom:10px;position:relative;line-height: 1.5;}
.solition-cont2 .subtitle span:before{content:'';width:6px;height:6px;position:absolute;background:#999;left:0;top:7px;border-radius:50%}
.solition-cont2 .technicalfelx{display:flex;align-items: center;margin-bottom: 15px;width: 50%;float: left;height: 50px;}
.solition-cont2 .technicalfelx .img{background:#24bb9d;border-radius:50%;padding-bottom: 0;flex: 0 0 36px;width: 36px;height: 36px;margin-right: 10px;}
.solition-cont2 .technicalfelx .img img{width: 64%;height: 64%;}
.solition-cont2 .technicalfelx .title{font-size: 15px;font-weight: normal;line-height: 1.4;}

.technical3{}
.jstb{}
.jstb table{margin-bottom:60px;table-layout: fixed;}
.jstb table td{border-color:#ddd;padding:10px}
.jstb table td:nth-child(1){background:#999;color:#fff;width: 20%;}
.jstb table td:nth-child(3),.jstb table td:nth-child(4){background:#f9f9f9;}
.jstb table tr:nth-child(1) td:nth-child(2){background:#24bb9d;color:#fff}
.jstb table tr:nth-child(1) td:nth-child(3){background:#24bb9d;color:#fff}
.jstb table tr:nth-child(1) td:nth-child(4){background:#24bb9d;color:#fff}
.technical4{background:#f7f7f7}
.bz{margin-bottom:60px}
.packcontpic{margin:0;}
.packcontpic ul{display:flex;justify-content: space-between;}
.packcontpic li{flex: 0 0 calc(50% - 30px);}
.packcontpic .img{width:100%;border: 1px solid #eee;}
.packcontpic .img img{max-width:100%;display: block;}
.packcont2{margin-top:30px;margin-bottom:60px}
.packcont2 ul{display:flex;flex-wrap:wrap;justify-content:space-between}
.packcont2 ul li{flex: 0 0 100%;display:flex;margin-top:20px;align-items:center;line-height:1.5;padding-right:10px;background:#f7f7f7;border-radius:10px;overflow:hidden;font-size:14px}
.packcont2 ul li span{flex: 0 0 150px;background:#24bb9d;color:#fff;padding:20px 10px 20px 20px;margin-right:20px;font-size:15px;height:100%;display:flex;align-items:center}
.packcont2 ul li p{padding:20px 0}
.packcont2 ul li p span{background:none;padding:0;color:#333;margin: 15px 0 5px;display:block;height:auto;font-size: 15px;}
.technical6{background:#f7f7f7}
.technical6 ul{margin-bottom:60px}
.technical6 ul li{margin-bottom:30px;background:#fff;padding:30px;border-radius: 8px;}
.technical6 ul li .img{float:left;margin: 0 40px 20px 0;}
.technical6 ul li .img img{display: block;}
.technical6 ul li .title{font-size:18px;color:#333;margin-bottom:5px;line-height:1.5}
.technical6 ul li .subtitle{font-size:15px;margin-bottom:20px;color:#888;line-height: 1.7;}
.technical6 ul li .summary{}
.technical6 ul li .summary p{font-size:15px;line-height: 1.7;margin-bottom:20px;color:#666}
.technical6 ul li .summary p span{display:block;margin-bottom:5px;color:#333;font-size:16px;font-weight: bold;}

.yali{margin-bottom: 60px;position: relative;}
.yali .txt{position: absolute;top: 40%;color: #fff;left: 8%;}
.yali .txt span{display: block;font-size: 20px; color: #fff;margin-bottom: 5px;font-weight: bold;}
.yali .txt span.span1{}
.yali .txt span.span2{}
.yali .txt span.span3{margin-top: 20px;text-shadow: 3px 2px 0px #333;padding: 5px 15px;background: #24bb9d;border-radius: 30px;box-shadow: 2px 2px 0px rgba(255,255,255,0.75);}


/* ny - application */
.application{}
.applicationrow{display:flex;flex-wrap:wrap;margin-top:40px;margin-bottom:60px}
.applicationrow li{flex:0 0 25%;width:25%;padding: 30px 5% 30px 30px;min-height: 400px;background-position: 70% bottom;background-repeat:no-repeat;color:#333;transition:all .5s ease;font-size: 15px;}
.applicationrow li:hover{background-position-x: right;}
.applicationrow li span{display:block;font-size:20px;font-weight:bold;line-height:1.3;margin-bottom:20px}
.applicationrow .ca1{background-image:url(https://bsg-i.nbxc.com/company/0c/3fbb88239720f8aa10ebfef92fa81e.png@95Q.webp);background-color: #e6f0f3;}
.applicationrow .ca2{background-image:url(https://bsg-i.nbxc.com/company/d1/5bf529abf3c59b660a8b1653a8c9da.png@95Q.webp);background-color: #3c9b9e;COLOR: #FFF;}
.applicationrow .ca3{background-image:url(https://bsg-i.nbxc.com/company/fd/851f0026a1d15e59c67f812535049e.png@95Q.webp);background-color: #eaf0f6;}
.applicationrow .ca4{background-image:url(https://bsg-i.nbxc.com/company/35/132f5a1b4a4514b8c0e006d569d74e.png@95Q.webp);background-color: #3c699e;color: #fff;}
.applicationrow .ca5{background-image:url(https://bsg-i.nbxc.com/company/6d/dfe37781d6c2ae70d48a9799a27b4d.png@95Q.webp);background-color: #f9f9f9;}
.applicationrow .ca6{background-image:url(https://bsg-i.nbxc.com/company/22/7013aa28de6f601395e006f01713ce.png@95Q.webp);background-color: #d1e6ee;}
.applicationrow .ca7{background-image:url(https://bsg-i.nbxc.com/company/f0/5a22610280ef1edb4e9c555980bc67.png@95Q.webp);background-color: #24bb9d;color: #fff;}
.applicationrow .ca8{background-image:url(https://bsg-i.nbxc.com/company/b6/9bd67f0d0e12d6eaef4377b86b4cd3.png@95Q.webp);background-color: #ddd;}
.applicationrow .ca9{background-image:url(https://bsg-i.nbxc.com/company/88/59118385d0cbab77891eaf7a52b923.png@95Q.webp);background-color: #d1e6ee;}
.applicationrow .ca10{background-image:url(https://bsg-i.nbxc.com/company/0b/46c26ee074ebcdc6e421216ed37740.png@95Q.webp);background-color: #3c699e;color: #fff;}
.applicationrow .ca11{background-image:url(https://bsg-i.nbxc.com/company/63/d52b988c4ab51abf9992aed900d85c.png@95Q.webp);background-color: #ddd;}
.applicationrow .ca12{background-image:url(https://bsg-i.nbxc.com/company/8a/7bf64ba47257e46e06ff706902f749.jpg@95Q.webp);border-bottom: 1px solid #eee;border-right: 1px solid #eee;}

/*  ny - Service  */
.service1 .technicalcont{display:flex;text-align:center;margin-bottom:60px;transition: all .5s ease;flex-wrap: wrap;}
.service1 .technicalcont li{padding:0 30px;border-left:1px solid #eee;flex: 0 0 20%;transition: all .5s ease;}
.service1.index .technicalcont li{padding:0 30px;border-left:1px solid #eee;flex: 0 0 25%;transition: all .5s ease;}
.service1 .technicalcont li:nth-child(1){border:none}
.service1 .technicalcont li .img{width:80px;height:80px;border-radius:50%;background-color:#24bb9d;padding:20px;margin:0 auto}
.service1 .technicalcont li .img img{}
.service1 .technicalcont li span{margin:20px 0;display:block;font-size:18px;font-weight:bold;color:#333;line-height:1.4}
.service1 .technicalcont li p{font-size:15px;height: 0;opacity: 0;transition:all .5s ease;}
.service1.index .technicalcont li p{font-size:14px;height: auto;opacity: 1;transition:all .5s ease;line-height:1.5}
.service1 .technicalcont li:hover p{height:auto;opacity:1;}
.service2{background: #f7f7f7;}
.servicecont{margin-bottom:60px}
.servicecont li{background:#fff;margin-bottom:20px;position:relative;overflow:hidden}
.servicecont li:after{content:'';width:36px;height:36px;position:absolute;background:#21bb9c;top:-20px;left:-20px;transform:rotate(45deg)}
.servicecont li .title{padding:20px 60px 20px 30px;position:relative;font-weight:bold;color:#333;cursor:pointer}
.servicecont li .title:after{content:'';width:2px;height:16px;position:absolute;right:37px;top:26px;background:#999}
.servicecont li .title:before{content:'';width:16px;height:2px;position:absolute;right:30px;top:33px;background:#999}
.servicecont li.on .title:after{opacity:0}
.servicecont li .subtitle{padding:30px 30px;background:#eee;display:none}
.servicecont li.on .subtitle{display:block}
.servicecont li .subtitle p{font-size:15px;line-height:1.8}
.servicecont li .subtitle p span{text-wrap-mode: wrap!important;}

/*  ny - Contact  */
.bossgoo-contactus4-name4 .banner{display:none!important;}
.bossgoo-contactus4-name4 .wrap .name4-title{margin-top: 30px;font-size: 28px!important;}
.bossgoo-contactus4-content4{padding-bottom:50px!important;}

/*  ny - public  */
.pc.bossgoo-breadbrumb1{padding-top: 0px!important;font-size: 14px;color: #333;line-height: 80px;background: #fff;border-bottom: 1px solid #e5e5e5;}
.pc.bossgoo-breadbrumb1 a,.pc.bossgoo-breadbrumb1 i,.pc.bossgoo-breadbrumb1 span{color:#333}

/*  ny - products-list  */
.sidebar .title p{margin-left:30px;}
.sidebar li .linkTwo li{font-size:14px;padding-bottom: 0;padding-left: 10px;}
.sidebar li .link{line-height:1.6;padding:10px 0 15px;}
.sidebar li{padding-bottom:10px;padding-left:25px;}
.bossgoo-search-main .main-r .ListboxOne li{width:calc(33.33% - 20px);margin:10px;}
.bossgoo-search-main .main-r .ListboxTwo li .box-r .now{background-color: #24bb9d;border-radius: 5px;width: auto;font-size: 14px;padding: 10px 20px;height: auto;line-height: 1.5;font-weight: normal;}
.bossgoo-search-main .main-r .ListboxTwo li .box-r .now:hover{background-color: #09a98b;}
.bossgoo-search-main .main-r .ListboxTwo li .box-r .text{font-size:14px;}
.bossgoo-search-main .main-r .ListboxOne li:hover .content2{display:none;}
.bossgoo-search-main .main-r .ListboxOne li:hover .content .now{display:none;}
.bossgoo-search-main .main-r .ListboxOne li .content a{display:block;padding: 10px;border:1px solid #eee;transition:all .5s ease;}
.bossgoo-search-main .main-r .ListboxOne li .content a:hover{padding: 0;border-color:#24bb9d}
.bossgoo-search-main .main-r .ListboxOne li .content .text{text-align:center;font-size: 15px;}
.bossgoo-search-main .main-r .ListboxOne li .lihide{padding:0;}
.bossgoo-search-main{margin:40px auto!important;}
.sidebar .search2-box{border-color:#eee;}
.bossgoo-search-main .main-r{flex:1;}
.bossgoo-search-main .main-r .ListboxOne li .hide{padding:0!important}
.bossgoo-search-main .main-r .ListboxOne li:hover .hide{box-shadow:none!important;}
.wireBox .wire{background-color: #24bb9d!important;}
.bossgoo-search-main .main-r .titleBox .text h2{font-size:18px;}

.onion-contact-now1 .onion-con-now-text,.onion-faq19 .onion-title{font-size:24px!important}
.onion-contact-now1 .onion-con-now img{min-height:250px!important;}
.onion-contact-now1 .edit-block{top:30%!important;}
.onion-choose19 .onion-title,.onion-choose3 .onion-title{font-size:24px!important}
.onion-faq18 .faq18-title,.onion-choose3 .choose2-box-itTi,.onion-faq19 .faq19-topRi{font-size:16px!important}
.onion-faq18 .faq18-bot,.onion-choose3 .choose2-box-itTe,.onion-faq19 .faq19-bot{font-size:14px!important}
.onion-choose3 .choose2-box-item:hover{background:#24bb9d!important}
.onion-choose19 .choose19-left .edit-text{font-size:18px!important;}
.onion-choose19 .choose19-right{font-size:14px!important}
.onion-hot-selling10 .selling10-title .edit-text-links{font-size:15px!important}
.onion-choose3 .choose2-box-le-boxImg{height: 100%!important;padding:0!important;}
.onion-choose3 .choose2-box-le-img{overflow: hidden;}
.onion-choose3 .choose2-box-le-img img{width:auto!important;object-fit: cover!important;max-width: none!important;}
.onion-research1 .onion-re-bot .table{max-width:100%!important;}
.popUp .main .content .title{background: #24bb9d!important;}

/*  ny - products-detail  */
#cpbanner1{height: 400px;overflow:hidden;background: url(https://bsg-i.nbxc.com/company/a0/b24176372ef0d02b55e3010655db54.jpg@95Q.webp) center;background-size: cover;}
.bossgoo-products-main .bigPic{box-shadow: none;border: 1px solid #eee;}
.bossgoo-products-main .swiper .swiper-slide{border: 2px solid #eee;}
.bossgoo-products-main .picBox .text .title{font-size: 22px;border-bottom: 1px solid #eee;margin-bottom: 10px;padding-bottom: 10px;line-height: 1.3;}
.bossgoo-products-main .picBox .text .contact{margin:20px 0;border-top: 1px solid #eee;padding-top: 20px;}
.bossgoo-products-main .picBox .contact .Now{margin: 0;font-size: 14px;width: auto;height: auto;padding: 10px 20px;}
.bossgoo-products-main .picBox .contact .Now span:nth-child(2){font-size: 14px;}
.bossgoo-products-main .picBox .allprice{}
.bossgoo-products-main .picBox .text .price{}
.bossgoo-products-main .picBox .text .price::before{opacity:0;}
.bossgoo-products-main .picBox .share{flex-wrap:wrap;}
.bossgoo-products-main .picBox .share p{flex:0 0 100%;}
.bossgoo-products-main .picBox .share ul{flex:0 0 100%;}
.bossgoo-products-main .picBox{}
.bossgoo-products-main .swiper-hot .swiper-slide{box-shadow: none!important;}
.bossgoo-products-main .swiper-hot img{padding: 20px;border: 1px solid #eee;transition:all .5s ease;}
.bossgoo-products-main .swiper-hot img:hover{border-color:#24bb9d;padding:10px;}
.bossgoo-products-main .contentLeft .hot .title{font-size: 15px;font-weight: normal;}
.bossgoo-products-main .swiper-hot .swiper-slide .content{min-height: auto;}
.bossgoo-products-main .swiper-hot .money{}
.bossgoo-products-main .swiper-hot .contact{display: none;}
.bossgoo-products-main .contentRight .recommend .content li{padding: 10px;align-items: center;}
.bossgoo-products-main .contentRight .recommend{border-color:#eee;}
.bossgoo-products-main .contentRight .recommend .title,.bossgoo-products-main .contentRight .supplier{font-size:16px;}
.bossgoo-products-main .contentLeft .column .description .title{font-size:20px;}
.bossgoo-products-main .contentRight .recommend .content{padding:10px}
.bossgoo-products-main .contentRight .recommend .content li .text{width:calc(100% - 100px)}
.bossgoo-products-main .contentRight .recommend .content li .text a:nth-child(3){display:none}
.bossgoo-products-main .contentRight .recommend .content li .imgBox{margin:0 10px 0 0}
.bossgoo-products-main .contentRight .recommend .content li .titleTwo{font-size: 15px;font-weight: normal;-webkit-line-clamp: 4;}
.bossgoo-products-main .contentRight .recommend .content li .contact{}

.onion-hot-selling10 .onion-title,.onion-company-profile4 .profile2-ri .onion-title,.onion-certificate1 .onion-title,.onion-certificate3 .maintitle{font-size:24px!important;color:#282828!important;}
.onion-company-profile4 .profile2-box .onion-wrap{padding: 0px!important;}
.onion-company-profile4 .profile2-le-b{top:0!important;}
.onion-company-profile4{padding-top:20px!important;padding-bottom:20px!important;}
.onion-company-profile4 .profile2-le-b img{object-fit: cover!important;}
.onion-company-profile4 .profile2-ri-te{font-size:14px!important;-webkit-line-clamp: 12!important;}
.onion-company-profile4 .profile2-ri-teB{padding-top:15px!important;}
.onion-company-profile4 .profile2-le-box{padding-bottom:75%!important;}
.onion-certificate3 .maintitle:after{display:none!important;}
.onion-hot-selling10{margin-bottom:40px!important;}

/*  ny - news-list  */
.bossgoo-index-news1 .newsList .newsBox{width:calc(33.3% - 30px);margin:0px 15px 30px!important;border-radius:0;transition:all .5s ease;}
.bossgoo-index-news1 .newsList .newsBox:hover{box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);}
.bossgoo-index-news1 .newsList .newsBox .imgBox .time{font-size:14px;background: rgba(0,0,0,0.6);transition:all .5s ease;}
.bossgoo-index-news1 .newsList .newsBox:hover .imgBox .time{background: rgba(36,187,157,0.6);}
.bossgoo-index-news1 .newsList .newsBox .newsTitle{white-space:normal;word-break:break-all;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding:25px 20px 0px;font-size:16px;margin-bottom:20px}
.bossgoo-index-news1 .newsList .newsBox .newsTitle a{color:#333;height:46px;display:block}
.bossgoo-index-news1 .newsList .newsBox .newsContent{font-size:14px;padding:0 20px}
.bossgoo-index-news1 .newsList .newsBox .link{border:none;height:auto;margin-top:15px;margin-bottom:30px}
.bossgoo-index-news1 .newsList .newsBox .link a{font-size:14px;display:inline-block;padding:10px 30px;background:#24bb9d;color:#fff;width:auto;height:auto;line-height:1.5;border-radius:5px}
.bossgoo-index-news1 .newsList .newsBox .link:hover a{color:#fff;background: #09a98b;}
.bossgoo-index-news1 .newsList .newsBox .imgBox{padding-bottom: 66%!important;}
.bossgoo-index-news1{padding-bottom:10px!important;}
.w_1360{width:94%!important;max-width: 1170px!important;padding:0!important;margin:0 auto 40px!important;}
.w_1360 .r_text{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;padding-bottom: 20px;margin-bottom: 20px;}

/*  ny - news-detail  */
#newsbanner1{height:400px;overflow:hidden}
.bossgoo-news-details1 h1{font-size:26px;color:#333}
.bossgoo-news-details1 .largePic{text-align:left;margin-bottom:30px}
.bossgoo-news-details1 .largePic .time{border-radius:0 0 5px 5px}
.bossgoo-news-details1 .content{line-height:1.6}
.bossgoo-news-details1 .navigationBar .leftbtn{font-size:14px;height: auto;border: navajowhite;}
.bossgoo-news-details1 .navigationBar .rightbtn{font-size:14px;height: auto;border: none;}
.bossgoo-news-details1 .details1-share{}
.bossgoo-supplier-email2 .emailTitle{font-size:20px;height:auto;line-height:1;padding-left:20px;margin-top:50px;margin-bottom:20px}
.bossgoo-supplier-email2 .form{}
.bossgoo-supplier-email2 .btnBox{height:auto;position:relative;display:block;margin:20px auto 50px}
.bossgoo-supplier-email2 .form input[type="submit"]{border-radius:5px;margin:0;border:none;background:#24bb9d;color:#fff;font-size:14px;width:auto;height:auto;padding:15px 40px!important}
.bossgoo-supplier-email2 .form input{padding-left:20px!important}
.bossgoo-supplier-email2 .form textarea{padding-left:20px}
.bossgoo-supplier-email2 .btnBg:hover .btnBg{}
.bossgoo-supplier-email2 .btnBg:hover{width:auto!important;background:transparent}
.bossgoo-supplier-email2 .btnBg:hover input{background:#09a98b}

/*  ny - Contact  */
.bossgoo-contactus4-name4{padding:0;box-shadow: none;border:none;}
.bossgoo-contactus4-name4 .banner{display:none!important;}
.bossgoo-contactus4-name4 .wrap{display:none!important;}
.bossgoo-contactus4-name4 .bossgoo-breadbrumb1 .wrap{display:block!important;}
.bossgoo-contactus4-content4{padding-bottom:50px!important;}
.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active .con4-boxImg{padding:10px;width: 120px;height: 120px;}
.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form ul li{padding-bottom: 15px;}
.con4-BTe{font-size: 14px!important;}
.con4-BIcon{height: 70px!important;line-height: 70px!important;}
.bossgoo-contactus4-content4 .wrap .content4-box:first-child{width:60%}
.bossgoo-contactus4-content4 .wrap .content4-box{width:40%}
.bossgoo-contactus4-content4 .wrap .content4-box:nth-child(2) .content4-title{display:none;}
.bossgoo-contactus4-content4 .wrap .content4-box:nth-child(2) .content4-title.xs{display:block;}
.bossgoo-contactus4-name4 .swiper-slide{height:auto!important}
.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe{width:160px}
.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-con-form input.con4-inBut{font-size:16px!important;margin: 0!important;border-radius: 5px;}

/*.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B:nth-child(2) .con4-BIcon i{font-size: 37px;}*/


/*.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi .con4-conRi-swiper .swiper-wrapper .swiper-slide .con4-Box .con4-B:nth-child(3) .con4-BIcon i{font-size: 33px;}*/
.bossgoo-contactus4-content4 .content4-conRi .con4-B:nth-child(2) .con4-BTe{display:none;}
.bossgoo-contactus4-content4 .content4-conRi .con4-B{align-items: center!important;}
.bossgoo-contactus4-content4 .content4-conRi .con4-B .con4-BTe2{font-size:14px;line-height: 1.5;}

/*  ny - solution  */
.solution{}
.solution-row{width:94%;max-width:1200px;margin:0 auto;position: relative;overflow: hidden;transition: all .5s ease;}
.solution-row .cont{padding-top: 60px;transition: all .5s ease;}
.solution-row .advantage{display:flex;box-shadow:0 0px 20px rgba(0,0,0,0.10);height:500px;margin-top: 40px;}
.solution-row .advantage .left{flex:0 0 40%;background:#f7f7f7;padding:60px 40px}
.solution-row .advantage .left .list{display:none}
.solution-row .advantage .left .list.on{display:block}
.solution-row .advantage .left .list .title{font-size:24px;color:#333}
.solution-row .advantage .left .list .summary{margin-top:20px}
.solution-row .advantage .left .list .summary p{padding-left:25px;margin-bottom:30px;position:relative}
.solution-row .advantage .left .list .summary p:before{content:'';position:absolute;left:0;top:8px;width:10px;background:#24bb9d;height:10px;border-radius:50%}
.solution-row .advantage .right{display:flex;align-items:center;color:#fff;background:url(https://bsg-i.nbxc.com/company/9a/664595dd37fe57879540943ff9df2d.jpg@95Q.webp) no-repeat center;background-size:cover;position:relative;overflow:hidden}
.solution-row .advantage .right.sbj2{background-image:url(https://bsg-i.nbxc.com/company/e4/76b96228fbcdb08e71b379062ebfc2.jpg@95Q.webp);}
.solution-row .advantage .right.sbj3{background-image:url(https://bsg-i.nbxc.com/company/29/3c38cdbe7d11dd4416dcb9fd376f6b.jpg@95Q.webp);}
.solution-row .advantage .right.sbj4{background-image:url(https://bsg-i.nbxc.com/company/ce/f0226fc83c71b65f4241248016e467.jpg@95Q.webp);}
.solution-row .advantage .right.sbj5{background-image:url(https://bsg-i.nbxc.com/company/4e/01b73b3fd25145b346c00960579911.jpg@95Q.webp);}
.solution-row .advantage .right.sbj6{background-image:url(https://bsg-i.nbxc.com/company/a1/4b2049eb5688856e2cc1420ae15786.jpg@95Q.webp);}
.solution-row .advantage .right:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background:#000;opacity: 0;}
.solution-row .advantage .right .list{height:100%;display:flex;align-items:center;flex-wrap:wrap;padding:20px;z-index:2;border-left:1px solid rgba(255,255,255,0.2);flex:0 0 33.3%;width: 33.3%;}
.solution-row .advantage .right .list.on{background:rgba(36,187,157,0.6)}
.solution-row .advantage .right .list .title{flex:0 0 100%;text-align: center;}
.solution-row .advantage .right .list .deco {display: block;width: 60px;height: 60px;opacity: 1;transition: .1s;transform: translateZ(0);margin: 0 auto;}
.solution-row .advantage .right .list .deco i{background: hsla(0, 0%, 100%, .8);border: 1px solid #fff;border-radius: 100%;height: 20px;left: 50%;position: absolute;top: 50%;transform: translate3d(-50%, -50%, 0) scale(.5);transition: .4s;width: 20px;}
.solution-row .advantage .right .list .deco:before {content: "";left: 50%;position: absolute;top: 50%;transform: translate3d(-50%, -50%, 0) scale(.75);transition: .4s;border: 1px solid hsla(0, 0%, 100%, .3);border-radius: 100%;height: 40px;width: 40px;}
.solution-row .advantage .right .list .deco:after {content: "";left: 50%;position: absolute;top: 50%;transform: translate3d(-50%, -50%, 0) scale(.75);transition: .4s;border: 1px solid hsla(0, 0%, 100%, .1);border-radius: 100%;height: 60px;width: 60px;}
.solution-row .advantage .right .list:hover .deco:before {animation: scalepulse 1.3s linear .3s infinite both;transform: translate3d(-50%, -50%, 0) scale(1);}
.solution-row .advantage .right .list:hover .deco i, .ftx:hover .deco em {background: #fff;animation: scalepulse 1.3s linear 0s infinite both;transform: translate3d(-50%, -50%, 0) scale(1);}
.solution-row .advantage .right .list:hover .deco:after {animation: scalepulse 1.3s linear .15s infinite both;transform: translate3d(-50%, -50%, 0) scale(1);}
.solution-row .advantage .right .list .subtitle{font-size:14px;color:#999;margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.solution-row .advantage .right .list .summary{font-size:14px;margin-top: 10px;}
.solution-row .system{text-align:center;margin: 30px 0;}
.solution-row .system .list{display:inline-block;border:2px solid #ddd;padding:10px 30px;border-radius:30px;margin:0 10px}
.solution-row .system .list.on{border:2px solid #24bb9d}
.solution-row .systemrow{margin-top:30px}
.solution-row .systemrow .list{display:none}
.solution-row .systemrow .list.on{display:block}
.solution-row .systemrow .list img{}
.solutioncp{display:flex;justify-content: center;}
.solutioncp li{flex:0 0 calc(25% - 30px);margin:0 15px 0px}
.solutioncp.li5 li{flex:0 0 calc(20% - 30px);margin:0 15px 15px}
.solutioncp li .img{position:relative;height:0;padding-bottom:100%;border:1px solid #eee}
.solutioncp li:hover .img{border:1px solid #24bb9d}
.solutioncp li .img img{position:absolute;width:80%;height:80%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}
.solutioncp li:hover .img img{width:90%;height:90%}
.solutioncp li .txt{color:#333;padding: 15px 20px 0;text-align:center}
.solutioncp li .title{font-size:16px}
.solution-row .cases{display:flex;margin-bottom:60px;justify-content: center;}
.solution-row .cases .list{flex:0 0 calc((100% / 3) - 40px);margin:0 20px;position:relative;overflow:hidden;background: #f7f7f7;}
.solution-row .cases .list .img{position:relative;padding-bottom:66.6%;height:0;overflow:hidden;display:block;border: 2px solid #f7f7f7;}
.solution-row .cases .list .img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
.solution-row .cases .list:hover img{width:105%;height:105%}
.solution-row .cases .list .txt{position: relative;padding: 20px 20px 30px;}
.solution-row .cases .list .title{width:100%;color: #333;font-weight: bold;line-height: 1.4;}
.solution-row .cases .list .summary{font-size:14px;margin-top: 15px;}

/*  ny - contact  */
.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active{width:100%;}

.dingyue{background:url("/template/default/css/../image/message.jpg");padding: 80px 0;background-size: cover;background-repeat: no-repeat;}
.dingyuerow{width:94%;max-width:1200px;margin:0 auto;display:block;}
.dingyuerow .title{text-align:center;line-height: 1.2;color: #fff;font-weight: bold;font-size: 26px;}
.dingyuerow .more{margin-top:30px;text-align: center;}
.dingyuerow .more a{transition:all .5s ease;padding: 0;margin: 0 auto;display: inline-block;background: #22ba9e;color: #fff;height: 46px;line-height: 46px;width: 140px;border-radius: 50px;}
.dingyuerow .more a:hover{width:160px;}


.indexabout{}
.indexaboutrow{display:flex}
.indexaboutrow .left{flex:0 0 50%;position: relative;}
.indexaboutrow .left img{float:left;width: 100%;height:100%;object-fit: cover;transition:all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;position: absolute;}
.indexaboutrow .right{background:#f5f5f5;padding: 80px 100px;display:flex;flex-direction:column;justify-content:center}
.indexaboutrow .right .title{font-size:24px;padding-bottom:15px;margin-bottom:0;color:#333}
.indexaboutrow .right .line{background:#24bb9d;width:40px;border:none;height:2px;margin-bottom:15px}
.indexaboutrow .right .summary{font-size:15px;color:#666;-webkit-line-clamp:20;margin-bottom:40px;line-height:2}
.indexaboutrow .right ul{}
.indexaboutrow .right ul li{padding-left:20px;margin-bottom:10px;position:relative;color:#333;font-size:15px}
.indexaboutrow .right ul li:before{content:'';width:6px;height:6px;position:absolute;left:0;top:10px;background:#24bb9d}
.indexaboutrow .right ul li span{font-weight:bold}
.indexaboutrow .right .more{margin-top:30px}
.indexaboutrow .right .more a{font-size:14px;color:#333;border:1px solid #ccc;display:inline-block;width:120px;padding:8px 20px;text-align:center}
.indexaboutrow .right .more a:hover{color:#fff;background:#0ec09f;border:1px solid #0ec09f}
.evaluation{}
.evaluationrow{}
.evaluationrow .title{margin-bottom:30px !important;color:#333 !important;font-size:26px !important;padding-bottom:0 !important;background:transparent;text-align:center;font-weight:bold}
.evaluationrow .swiper-container{width:94%;max-width:1200px}
.evaluationrow .swiper-slide{}
.evaluationrow .swiper-slide .img{width:30px}
.evaluationrow .swiper-slide .img img{}
.evaluationrow .swiper-slide .txt{padding-left:20px;border-left:2px solid #eee;margin-top:20px}
.evaluationrow .swiper-slide .txt p,.evaluationrow .swiper-slide .txt span{font-size:15px!important;font-family:'arial',微软雅黑 !important}
.indexadvantages{background:url("/template/default/css/../image/aboutbj2.jpg");position:relative;padding:60px 0}
.indexadvantages:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--themeColor);opacity:0.75}
.indexadvantagesrow{width:94%;max-width:1200px;margin:0 auto;z-index:1;position:relative}
.indexadvantagesrow .title{text-align:center;color:#fff;font-weight:bold;margin-bottom:30px !important;font-size:26px !important;padding-bottom:0 !important;background:transparent}
.indexadvantagesrow ul{display:flex;justify-content:space-between}
.indexadvantagesrow ul li{flex:0 0 calc(33.33% - 15px);background:rgba(0,0,0,0.15);padding:40px}
.indexadvantagesrow ul li img{width:45px;margin:0 auto;display:block}
.indexadvantagesrow ul li .txt{color:#fff;font-size:18px;margin-top:20px;text-align:center}
.indexnews{padding:60px 0;background:#f5f5f5}
.indexnews .swiper-wrapper{align-items:flex-end}
.indexnewsrow{width:94%;max-width:1200px;margin:0 auto 30px}
.indexnewsrow .title{display:flex;justify-content:space-between}
.indexnewsrow .title span{color:#333 !important;font-size:26px !important;padding-bottom:0 !important;background:transparent;text-align:center;font-weight:bold}
.indexnewsrow .title .more{}
.indexnewsrow .title .more a{font-size:14px;color:#333;border:1px solid #ccc;display:inline-block;width:120px;padding:8px 20px;text-align:center}
.indexnewsrow .title .more a:hover{color:#fff;background:#0ec09f;border:1px solid #0ec09f}
.indexnews .swiper-slide{background:#fff;padding:20px;opacity:0.6}
.indexnews .swiper-slide.swiper-slide-active{opacity:1}
.indexnews .swiper-slide .img{position:relative;padding-bottom:66.6%;height:0;overflow:hidden}
.indexnews .swiper-slide .img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
.indexnews .swiper-slide .txt{margin-top:10px;padding-top:10px}
.indexnews .swiper-slide .txt .title{color:#000;display:block;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.indexnews .swiper-slide .txt .summary{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;margin-top:15px;color:#666}
.indexnews .swiper-slide .txt .more{display:none;}
.indexnews .swiper-slide .txt .more a{width:100%;line-height: 40px;text-align: center;font-size: 14px;background:#0ec09f;display: block;margin-top: 15px;color: #fff;}
.indexnews .swiper-slide.swiper-slide-active .more{display:block;}

.bossgoo-index-news57 .news57-pagination{margin-top: 30px;text-align: center;}
.bossgoo-index-news57 .news57-pagination span{border-radius: 0;width: 20px;background-color: #666;margin: 0 2px;height: 6px;}
.bossgoo-index-news57 .news57-pagination .swiper-pagination-bullet-active{background-color: #0ec09f;}

/*  mo  */
@media only screen and (max-width: 1580px){
	.bossgoo-header-nav1 .nav>ul>li{padding: 0 15px;}
}
@media only screen and (max-width: 1360px){
    .bossgoo-header-nav1 .nav{margin-right:0px!important;}
	.navquote a{padding:10px;}
	.bossgoo-header-nav1 .search-box{margin-right:20px!important;}
	.bossgoo-header-nav1 .nav>ul>li{padding:0 10px!important;}
	.bossgoo-header-nav1 .nav > ul > li a{font-size:15px;}
	.bossgoo-header-nav1 .logo{max-width: 220px !important;}
	
	.bossgoo-index-factory59 img{width:100%;}
}
@media only screen and (max-width: 1200px){
	.linbt{font-size:22px;}
	.bossgoo-header-nav1 .nav{margin-right:0px!important;}
	.bossgoo-header-nav1 .search-box{padding:0 10px!important;}
	.bossgoo-header-nav1 .nav > ul > li a{font-size:15px!important;}
	.bossgoo-header-nav1 .logo{max-width:190px!important;}
	.navquote{display:none;}
	.pageBanner .banner-box .page-title{font-size:22px!important;margin-top: 25px;}
	.pageBanner .banner-box .page-summary{margin-top:5px!important;font-size: 14px!important;display: none;}

	.bossgoo-index-banner2 .bannertxt .title,.bossgoo-index-banner2 .bannertxt2 .title{font-size:px}
	.bossgoo-index-banner2 .bannertxt .subtitle,.bossgoo-index-banner2 .bannertxt2 .subtitle{font-size:px}
	.capability2 .swiper-slide .title{font-size:20px;}
	
	.bossgoo-com-item .first-title{font-size: 18px!important;margin-bottom:15px;max-width: 90%;margin: 0 auto;}
	.capability_row1 .title,.capability_row2 .title,.capability_row3 .title{font-size: 16px;}
	.capability_row1 img,.capability_row2 img{width:60px;height:60px;margin-right:20px;}
	.capability_row3 img{width:60px;height:60px;}
	.capability_row2 li{flex: 0 0 calc(50% - 20px);margin-bottom: 40px;}
	
	.sidebar{width: 300px;}
	.sidebar .title{width:auto;}
	.sidebar .title p{apdding-left:15px;}
	.sidebar li{padding-left: 15px;}
	.sidebar li .link{line-height: 1.5;padding-top: 10px;padding-bottom: 10px;}
	.bossgoo-search-main .main-r .ListboxTwo li .box-r{padding-top:0;}
	
	.index-title .title,.lintitle,.about .about1 .contact .c-title,.about-detail .detail-box .detail-title .title{font-size: 20px!important;margin-bottom: 15px!important;}
	.footer_top_nav{max-width:180px;}
	
	.solutioncp li .txt{padding:10px;}
	.solutioncp li .title{font-size:15px;}
	.about .about1 .contact .contact-change .item{font-size:15px!important;padding: 10px 10px 10px 30px!important;}
	.contact .contact-box .contact-change .item::after{left:10px!important;}
	.bossgoo-contactus4-content4 .wrap .content4-box .content4-title{font-size:24px;}
	.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active{width:120px;}
	.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe .con4-box-active p{max-height: none!important;-webkit-line-clamp: 4!important;}
	
	.public_nav_ul{margin-bottom:50px;}
	.public_nav_li a{font-size:14px!important;}
	.public_nav_li{margin-right:15px!important;margin-right: 8px!important;}
	.material-list li{padding:15px;}
}

@media only screen and (max-width: 1040px){
	body{line-height:1.4;font-display: swap;}
	.linbt{font-size:18px;margin-bottom:10px;}
	#google_translate_element{display:none;}
	.bossgoo-header-nav1 .header-phone{height:60px;justify-content: space-between;}
	.bossgoo-header-nav1 .search-box{margin-right: 10px !important;height: 60px !important;background-color: transparent!important;}
	.bossgoo-header-nav1 .logo{margin-left:0}
	.bossgoo-header-nav1 .logo{max-width:130px!important;}
	.bossgoo-header-nav1 .header-phone .menu-icon{width:60px!important;}
	.bossgoo-header-nav1 .header-phone .menu .phone-nav{max-height: max-content;height: calc(100vh - 60px);width:50vw;}
	.bossgoo-header-nav1 .header-phone .menu .phone-nav ul li:nth-child(8){display:none;}
	.bossgoo-header-nav1 .header-phone .menu .phone-nav a{line-height: 1.2;white-space: normal;padding:8px 0;}
	.bossgoo-header-nav1 .country{margin:0;}
	
	.bossgoo-index-banner2{padding-top:60px;}
	.bossgoo-index-banner2 .bannertxt{width:80%;}
	.bossgoo-index-banner2 .bannertxt .more{display:none}
	.bossgoo-index-banner2 .bannertxt .title,.bossgoo-index-banner2 .bannertxt2 .title{font-size: 18px;}
	.bossgoo-index-banner2 .bannertxt2 .subtitle{font-size:14px}
	.bossgoo-index-banner2 .bannertxt .title2,.bossgoo-index-banner2 .bannertxt .subtitle{font-size:14px;display:none;}
	.bossgoo-index-banner2 .bannertxt .title2{padding:30px 0;}
	.capability2 .swiper-slide .title{font-size:16px;}
	.capability2 .swiper-slide .summary{font-size:14px}
	.capability1{flex: 0 0 80px;width: 80px;}
	.capability2{flex: 0 0 calc(100% - 80px);padding-left: 20px;}
	.capability2 .swiper-slide{flex-wrap:wrap;}
	.capability2 .swiper-slide .img{padding:0;flex:0 0 100%}
	.capability2 .swiper-slide .txt{flex:0 0 100%;}
	.capability2 .swiper-slide .img img{max-width: 110%;margin-left: -5%;height: auto;}
	.index_solution{overflow:hidden;}
	.bossgoo-index-about57{background-attachment:inherit;padding: 40px 0 20px;overflow: hidden;background: #ccc;height: auto;}
	
	.bossgoo-index-about57 .about57-item{width:50%;margin:10px 0;padding:10px 10px 0;flex: 0 0 50%;height: 70px;}
	.bossgoo-index-about57 .about57-tit1{font-size: 26px!important;}
	.index4 .fa_list .fa_li{width:50%}
	.index4 .fa_list .fa_li h3.fa_num img{width:40px;height:40px;}
	.index4 .fa_list .fa_li .fa_tit{padding: 30px 20px;}
	.index4 .fa_list .fa_li{height: 250px;}
	.index4 .fa_list .fa_li .fa_tit h4{font-size: 15px;margin-bottom:10px;}
	.index4 .fa_list .fa_li .fa_tit p{font-size: 12px;opacity: 1;height: auto;-webkit-line-clamp: 5;}
	
	.index5{padding:40px 0;background-position: left;height: auto;}
	.index5row .bt{font-size:18px;}
	.index5row .title{font-size:16px;}
	.index5row .summary{font-size:14px}
	
	.index6{height: 500px;overflow: hidden;}
	.index6 .fa_list .fa_li{width:50%;height: 50%;}
	.index6 .fa_list .fa_li .fa_tit{padding:40px 20px;}
	.index6 .fa_list .fa_li .fa_tit p{opacity: 1;height: auto;}
	.index6 .fa_list .fa_li .fa_tit h4{font-size:15px;height: auto;margin-bottom: 10px;}
	.index6 .fa_list .fa_li h3.fa_num img{width:40px;height:40px;}
	.index6 .fa_list .fa_li .fa_tit{padding: 30px 20px;}	
	.index6 .fa_list .fa_li .fa_tit p{font-size: 12px;opacity: 1;height: auto;-webkit-line-clamp: 5;max-width: 100%;}
	
	.bossgoo-index-partner53{padding:40px 0}
	.bossgoo-index-partner53 .partner-box{padding:0;}
	
	.bossgoo-index-news13{padding: 40px 0 0;}
	.bossgoo-index-products37 .probox .name{font-size:14px;}
	.bossgoo-index-products37 .productswiper{padding:0;overflow:hidden;}
	.bossgoo-index-products37{padding:40px 0;}
	.bossgoo-index-products37 .productswiper .swiper-button-next, .bossgoo-index-products37 .productswiper .swiper-button-prev{display:block;}
	
	.bossgoo-footer57 .footer57-box1{display:block;}
	.bossgoo-footer57 .footer57-box2{display:none;}
	.footer_copyright p{flex:0 0 100%;margin-bottom:5px;font-size: 12px;}
	.bossgoo-footer57 .footer57-topLe{width:100%;padding:0;margin-bottom: 30px;}
	.bossgoo-footer57 .footer57-topRi{width:100%;flex-wrap:wrap;}
	.bossgoo-footer57 .footer57-item1{width:50%;padding:0;max-width:50%;padding-right:20px;margin-bottom:20px;}
	.bossgoo-footer57 .footer57-item2{display:none;}
	.bossgoo-footer57 .phone-footer span{font-size:14px;width:100%;}
	.bossgoo-footer57 .footer57-top{padding:30px 0 0px; }
	.bossgoo-footer57 .footer57-bot{padding-bottom:100px;}
	.bossgoo-footer57 .phone-footer{padding-bottom:20px;}
	.bossgoo-footer57 .footer57-topLogo img{max-width:130px;}
	.bossgoo-footer57 .footer57-itList{padding-top: 10px;}
	.footer_copyright{flex-wrap: wrap;}
	.bossgoo-footer57 .footer57-topCon,.bossgoo-footer57 .footer57-topIcon{display:none;}
	.bossgoo-footer57 .footer57-itList a{font-size:13px;}
	.bossgoo-footer57 .footer57-itTi{font-size:15px;}
	.bossgoo-footer57 .phone-footer a{flex-wrap: wrap;justify-content: center;}
	
	.pc.bossgoo-breadbrumb1 {display: block !important;line-height: 20px;padding: 10px 0 !important;}
	.bossgoo-search-main .main-r .ListboxOne li {width: calc(50% - 20px);margin: 10px;}
	
	.bossgoo-search-main .main-r{padding:0;width: 100%;overflow: hidden;}
	.bossgoo-search-main .main-r .tabBox .text h1{font-size:16px;}
	.bossgoo-search-main .main-r .ListboxTwo li{padding:15px 0;}
	.bossgoo-search-main .main-r .ListboxTwo li .box-l{width:40%;}
	.bossgoo-search-main .main-r .ListboxTwo li .box-r{width:60%;}
	.bossgoo-search-main .main-r .ListboxTwo li .box-r .title a{-webkit-line-clamp: 4;line-height: 1.1;}
	.bossgoo-search-main .main-r .ListboxTwo li .box-r .now{padding:5px 10px;}
	.bossgoo-search-main .main-r .ListboxOne li{width: calc(50% - 20px);margin: 10px;}
	.bossgoo-search-main .main-r .ListboxOne li .content a{padding:0;}
	.bossgoo-products-main{margin:0;}
	.bossgoo-products-main .bigPic{height:auto;}
	.bossgoo-products-main .picBox .text .title{font-size:20px;}
	.bossgoo-products-main .contentLeft .attributes .bossdesc div,.bossgoo-products-main .contentLeft .attributes .bossdesc p,.bossgoo-products-main .contentLeft .attributes .bossdesc span{font-size:14px!important;line-height:1.4;}
	.iphoneHot li a{display:block;border:1px solid #eee;}
	.iphoneHot li .content a{border:none;}
	.bossgoo-products-main{padding-bottom:40px!important;}
	.bossgoo-products-main .contentLeft .hot a .title{font-size:14px!important;}
	#cpbanner1{height:200px;}
	
	
	.bossgoo-index-news1 .newsList .newsBox .newsTitle a{font-size:15px!important;height:auto;}
	#newsbanner1{height:auto;}
	.bossgoo-news-details1 .largePic .time{font-size:14px;}
	.bossgoo-news-details1 h1{font-size:18px!important;}
	.bossgoo-supplier-email2 .btnBox{width:auto;height:auto;text-align:center;}
	.bossgoo-supplier-email2 .btnBg{width:auto;height:auto;display:inline-block;}
	
	.bossgoo-contactus4-content4 .wrap .content4-box:first-child,.bossgoo-contactus4-content4 .wrap .content4-box{width:100%;flex:0 0 100%;margin-bottom: 10px;}
	.bossgoo-contactus4-content4 .wrap .content4-box .content4-title{font-size:18px!important;}
	.bossgoo-contactus4-content4{padding-bottom:0!important;}
	.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conLe{display:none;}
	.bossgoo-contactus4-content4 .wrap .content4-box .content4-con .content4-conRi{width:100%;max-height: none;padding: 0;}
	
	.bossgoo-index4-botBread{display:none;}
	
	.solution-row .cont{padding-top:30px;}
	.solution-row .advantage{flex-wrap: wrap;}
	.solution-row .advantage .left{flex:0 0 100%;padding:20px;margin-bottom: 0;height: 300px;}
	.solution-row .advantage .left .list .title{font-size:16px;}
	.solution-row .advantage .left .list .summary p{font-size: 12px;margin-bottom: 10px;}
	.solution-row .advantage .right{flex:0 0 100%;height: 200px;}
	.solutioncp li{margin:0 10px 0;flex: 0 0 calc(50% - 20px);}
	.solution-row .cases{flex-wrap: wrap;margin-bottom:20px;}
	.solution-row .cases .list{flex:0 0 96%;margin:0 0 20px;}
	.solution-row .cases .list .txt{padding:20px 10px}
	.solution-row .cases .list .summary{font-size:12px;}
	.solution-row .advantage .right .list{padding:10px;}
	.solution-row .advantage .right .list .title{font-size:13px;}
	.solution-row .advantage .right .list .title p{height:42px;}
	.solution-row .system .list{padding:8px 15px 5px 15px;font-size:13px}
	.solutioncp{flex-wrap: wrap;justify-content: space-between;}
	.index-title .title{font-size:18px!important;}
	
	.aboutrow p{font-size:14px;line-height:1.6}
	.servicebox1 .Capacities li img{height:40px;}
	.servicebox1 .Capacities{margin-top:20px;padding:10px;flex-wrap: wrap;}
	.servicebox1 .Capacities li{flex:0 0 50%;padding:10px;}
	.servicebox1 .Capacities li .title{font-size:16px;margin-top:10px;}
	.servicebox1 .Capacities li .line{margin:8px auto}
	.servicebox1 .Capacities li .summary{font-size:13px;}
	
	.aboutcont{flex-wrap: wrap;margin-top:20px;margin-bottom:20px;}
	.aboutcont li{flex: 0 0 50%;margin-bottom: 15px;}
	.aboutcont li span{font-size:20px;}
	.Capacities{flex-wrap: wrap;margin-bottom:20px;padding: 0;}
	.Capacities li{padding:15px;flex: 0 0 calc(50% - 20px);}
	.Capacities li img{width:40px;}
	.Capacities li .title{font-size:16px;margin: 0;}
	.Capacities li .line{margin:8px auto}
	.Capacities li .summary{font-size:13px;}
	.qqh{flex-wrap: wrap;}
	.qqh .left{flex:0 0 100%;flex-basis: 100%!important;}
	.qqh .right{flex:0 0 100%;padding:0;flex-basis: 100%!important;}
	.qqh .right .title{font-size:16px;}
	.index6.nytopcapabilities .fa_li{width:100%;height:33.3%;border-bottom: 1px solid rgba(255,255,255,0.2);}
	.index6.nytopcapabilities{margin-top:20px}
	.pack .img .packrow{position: relative;width:100%;bottom:0;margin-top:10px;}
	.packcont ul li{flex:0 0 100%;margin-top:10px;font-size:13px;}
	.aboutadvantage ul li{flex:0 0 100%;margin-top:10px;font-size:13px;margin-bottom:5px;padding: 20px;}
	.aboutadvantage li .title{font-size:18px;}
	.pack .img .packrow span{font-size:16px}
	.pack .img .packrow p{font-size:13px}
	.qqh .right .summary{font-size:13px}
	.aboutadvantage ul{flex-wrap:wrap;}
	.honor{margin-top: 20px!important;margin-bottom: 30px!important;}
	.phone.bossgoo-breadbrumb2{display:none;}
	.capability1 .swiper-slide .img{padding: 15px;}
	.capability1 .swiper-slide img{width: 30px;height: 30px;}
}

@media only screen and (max-width: 768px){
	.bossgoo-index-factory59 img{max-height:200px;}
	.bossgoo-index-banner4{ height:70vh!important;}
	.bossgoo-index-banner4 .content{width: 98%;}
	.bossgoo-index-banner4 .companies-that-trust-hubs .text{transform: scale(0.78);}
	.bossgoo-index-factory59 .area-box .ddn{transform: scale(0.58);}
	.linsub{ width:100%!important;}
	.index1 .swiper .swiper-slide .text{padding:16px 8px;}
	
	/*12*/
	.bossgoo-index-banner4 .content .dark-wrap p ,
	.bossgoo-index-banner4 .companies-that-trust-hubs .text ,
	.linsub ,
	.index1 .swiper .swiper-slide .text .box .summary ,
	.capability_row1 .subtitle ,
	.capability_row2 .subtitle ,
	.capability_row3 .subtitle ,
	.bossgoo-index-about57 .about57-conBox ,
	.content .card-subtitle ,
	.index5s .swiper-slide .text ,
	.bossgoo-index-about57 .about57-textBox ,
	.bossgoo-index-news59 .content ,
	.text-hidden2 ,
	.footer_top_nav ul>li a ,
	.footer_top_nav ul>li ,
	.about .about1 .summary ,
	.about .about1 .number .number-box .bottom ,
	.about .about1 .contact .contact-change .item ,
	.public_nav_default_text,
	.public_nav_default_text a ,
	.about .about1 .contact .contact-show .text .summary ,
	.about .about1 .contact .contact-show .text .summary2 p ,
	.bossgoo-contactus4-content4 .wrap .content4-box .content4-text ,
	.bossgoo-index-news1 .newsList .newsBox .newsContent ,
	.pc.bossgoo-breadbrumb1 span ,
	.bossgoo-news-details1 .content ,
	.solution-detail .solution-detail-box .box3 .item .text .box .tip ,
	.capabilities .index-title .summary ,
	.solutionfl ul li .summary ,
	.index5 .swiper-slide .text .title.clamp1 ,
	.jgbm li p ,
	.jjfa1row p ,
	.solition-contbt ,
	.solition-cont1 .subtitle ,
	.solition-cont2 .subtitle ,
	.solition-cont3bt span ,
	.solition-cont3 .subtitle ,
	.solition-cont3bt p ,
	.index-title .summary ,
	.solution-detail .solution-detail-box .box3.solution5cptd .item .text ,
	.solutioncp li .title ,
	.solution2row p ,
	.solutioncp li .title ,
	.bossgoo-products-main .contentLeft .attributes .bossdesc div ,
	.bossgoo-products-main .contentLeft .hot a .title ,
	.pc.bossgoo-breadbrumb1 a ,
	.bossgoo-products-main .contentLeft .attributes .attr1_table ,
	.solutioncp li .subtitle ,
	.bossgoo-search-main .main-r .ListboxOne li .content .text ,
	.attributes .detail_infos,.servicebox1 .Capacities li .summary
	{font-size:13px!important; letter-spacing:0px;}
	
	/*13*/
	.index1 .swiper .swiper-slide .text .title ,
	.bossgoo-header-nav1 .header-phone .menu .phone-second-nav .phone-third-nav li a,.aboutrow p
	{font-size:13px!important; letter-spacing:0px;}
	
	/*14*/
	.capability1 .swiper-slide ,
	.capability_row1 .title ,
	.capability_row2 .title ,
	.capability_row3 .title ,
	.bossgoo-index-news59 .newsDisplay .disR .newsBox .newstitle ,
	.bossgoo-index-news59 .newsDisplay .disL .title ,
	.contact .contact-box .contact-show .text .title ,
	.bossgoo-index-news1 .newsList .newsBox .newsTitle a ,
	.solutionfl ul li .txt ,
	.lintitle,
	.solition-cont1 .title ,
	.solition-cont2 .title ,
	.solition-cont3bt ,
	.solition-cont3 .title ,
	.solutionclass li .title ,
	.bossgoo-products-main .picBox .text .title ,
	.bossgoo-products-main .contentLeft .attributes .title ,
	.bossgoo-search-main .main-r .title h1 ,
	.bossgoo-search-main .main-r .titleBox .text h2
	{font-size:14px!important; letter-spacing:-0.18px;}
	
	/*15*/
	.bossgoo-news-details1 h1 ,
	.bossgoo-header-nav1 .header-phone .menu .phone-second-nav li a
	{font-size: 14px!important;letter-spacing: 0;padding: 5px 0;}
	
	/*17*/
	.bossgoo-header-nav1 .header-phone .menu .phone-nav a
	{font-size:17px!important;}
	
	.capability_row1 .subtitle , .capability_row2 .subtitle ,	.capability_row3 .subtitle 	{ letter-spacing:-0.58px;}
	.bossgoo-index-hots58.bossgoo-com-item .wrap .linsub{ letter-spacing:-0.92px;}
	.index1 .swiper .swiper-slide .text .title{height:40px!important;}
	.index5s .swiper-slide .text{ padding:0!important;}
	.footer_top_nav ul>li{margin-bottom:10px;}
	.bossgoo-index-news59 .newsDisplay .disR .newsBox .days {line-height:34px;}
	.contact .contact-box .contact-change .item::after {left: 6px!important;}
	.contact .contact-box {padding: 4px!important;}
	.bossgoo-header-nav1 .header-phone .menu .phone-nav{width:70vw;}
	.bossgoo-header-nav1 .header-phone .menu .phone-second-nav{opacity: .86;}
	.bossgoo-header-nav1 .header-phone .menu .phone-second-nav .phone-third-nav li a{opacity: .78;}
	.bossgoo-header-nav1 .header-phone .menu .phone-nav > ul > li.active .phone-second-nav{display:block;}


	.service1.index .technicalcont li{flex:0 0 50%;margin-bottom: 20px;padding: 0 10px;}
	.service1 .technicalcont li span{margin:10px 0}
	.service1 .technicalcont{margin-bottom:20px;justify-content: space-between;}
	.indexaboutrow{flex-wrap:wrap}
	.indexaboutrow .left{flex:0 0 100%;height:300px;}
	.indexaboutrow .right{flex:0 0 100%;padding:30px 20px}
	.indexaboutrow .right .title{font-size: 20px;padding-bottom:15px;margin-bottom:0;color:#333}
	.indexaboutrow .right .line{background:#24bb9d;width:40px;border:none;height:2px;margin-bottom:15px}
	.indexaboutrow .right .summary{font-size: 14px;color:#666;-webkit-line-clamp:20;margin-bottom: 20px;line-height: 1.8;}
	.indexaboutrow .right ul{}
	.indexaboutrow .right ul li{padding-left:20px;margin-bottom: 5px;position:relative;color:#333;font-size: 14px;}
	.indexaboutrow .right ul li:before{content:'';width:6px;height:6px;position:absolute;left:0;top:10px;background:#24bb9d}
	.indexaboutrow .right ul li span{font-weight:bold}
	.indexaboutrow .right .more{margin-top: 10px;}
	.indexaboutrow .right .more a{font-size:14px;color:#333;border:1px solid #ccc;display:inline-block;width:120px;padding:8px 20px;text-align:center}
	.indexaboutrow .right .more a:hover{color:#fff;background:#0ec09f;border:1px solid #0ec09f}
	.evaluation{padding: 30px 0;}
	.evaluationrow{}
	.evaluationrow .title{margin-bottom: 20px !important;color:#333 !important;font-size: 20px !important;padding-bottom:0 !important;background:transparent;text-align:center;font-weight:bold}
	.evaluationrow .swiper-container{width:94%;max-width:1200px}
	.evaluationrow .swiper-slide{}
	.evaluationrow .swiper-slide .img{width:30px}
	.evaluationrow .swiper-slide .img img{}
	.evaluationrow .swiper-slide .txt{padding-left:20px;border-left:2px solid #eee;margin-top:20px}
	.evaluationrow .swiper-slide .txt p,.evaluationrow .swiper-slide .txt span{font-size:15px!important;font-family:'arial',微软雅黑 !important}
	.indexadvantages{background:url("/template/default/css/../image/aboutbj2.jpg");position:relative;padding: 30px 0;}
	.indexadvantages:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--themeColor);opacity:0.75}
	.indexadvantagesrow{width:94%;max-width:1200px;margin:0 auto;z-index:1;position:relative}
	.indexadvantagesrow .title{text-align:center;color:#fff;font-weight:bold;margin-bottom: 20px !important;font-size: 20px !important;padding-bottom:0 !important;background:transparent}
	.indexadvantagesrow ul{display:flex;justify-content:space-between}
	.indexadvantagesrow ul li{flex: 0 0 calc(33.33% - 10px);background:rgba(0,0,0,0.15);padding: 20px;}
	.indexadvantagesrow ul li img{width:45px;margin:0 auto;display:block}
	.indexadvantagesrow ul li .txt{color:#fff;font-size: 14px;margin-top:20px;text-align:center}
	.indexnews{padding: 30px 0;background:#f5f5f5}
	.indexnews .swiper-wrapper{align-items:flex-end}
	.indexnewsrow{width:94%;max-width:1200px;margin:0 auto 30px}
	.indexnewsrow .title{display:flex;justify-content:space-between}
	.indexnewsrow .title span{color:#333 !important;font-size: 20px !important;padding-bottom:0 !important;background:transparent;text-align:center;font-weight:bold}
	.indexnewsrow .title .more{}
	.indexnewsrow .title .more a{font-size:14px;color:#333;border:1px solid #ccc;display:inline-block;width:120px;padding:8px 20px;text-align:center}
	.indexnewsrow .title .more a:hover{color:#fff;background:#0ec09f;border:1px solid #0ec09f}
	.indexnews .swiper-slide{background:#fff;padding:20px;opacity:0.6}
	.indexnews .swiper-slide.swiper-slide-active{opacity:1}
	.indexnews .swiper-slide .img{position:relative;padding-bottom:66.6%;height:0;overflow:hidden}
	.indexnews .swiper-slide .img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
	.indexnews .swiper-slide .txt{margin-top:10px;padding-top:10px}
	.indexnews .swiper-slide .txt .title{color:#000;display:block;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
	.indexnews .swiper-slide .txt .summary{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;margin-top:15px;color:#666}
	.indexnews .swiper-slide .txt .more{display:none;}
	.indexnews .swiper-slide .txt .more a{width:100%;line-height: 40px;text-align: center;font-size: 14px;background:#0ec09f;display: block;margin-top: 15px;color: #fff;}
	.indexnews .swiper-slide.swiper-slide-active .more{display:block;}

	.bossgoo-index-news57 .news57-pagination{margin-top: 30px;text-align: center;}
	.bossgoo-index-news57 .news57-pagination span{border-radius: 0;width: 20px;background-color: #666;margin: 0 2px;height: 6px;}
	.bossgoo-index-news57 .news57-pagination .swiper-pagination-bullet-active{background-color: #0ec09f;}

	.bossgoo-index-advantage27{padding: 30px 0;overflow: hidden;}
	.bossgoo-index-advantage27 .advantage27-item{padding:0}
	.bossgoo-index-advantage27 .advantage27-con{padding:0}
	.bossgoo-index-advantage27 .advantage27-content{width:100%}
	.bossgoo-index-advantage27 .advantage27-text2 .advantage27-te2Le{font-size:20px;}
	.bossgoo-index-advantage27 .advantage27-text1 p{font-size: 14px;}
	.indexca{padding:30px 0;}
	.indexca .first-title{font-size:20px!important;margin-bottom: 20px!important;}
	.indexcarow ul li{flex:0 0 calc(50% - 5px);padding: 20px 20px 80px;}

	.bossgoo-index-products37 .productswiper .swiper-wrapper{padding-top:50px}
	.bossgoo-index-products37 .probox .imgbox{flex:0 0 100%}
	.bossgoo-index-products37 .probox .name{flex:0 0 100%;width:100%;padding:10px;text-align:center}
	.indexcprow{display:none}

	.bossgoo-index-application53{padding: 30px 0 40px;}
	.bossgoo-index-application53 ul{transform:translate3d(0px,0,0)!important;opacity: 1!important;padding: 0;display: flex;}
	.bossgoo-index-application53 li{width: 100%;margin: 0;display:none;}
	.bossgoo-index-application53 li.on{display:block;}
	.bossgoo-index-application53 .img-item{padding-bottom: 0;height: auto;display: flex;flex-direction: row-reverse;flex-wrap: wrap;}
	.bossgoo-index-application53 .mask{height:auto;bottom: auto!important;background: #fff;padding: 20px 0;position: relative;display: flex;pointer-events: none;flex: 0 0 100%;}
	.bossgoo-index-application53 li:hover .mask{/* background:linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0)); */}
	.bossgoo-index-application53 li:hover .des{transform:none;height:auto;opacity: 1;/* margin-top: 15px; */transition: all .0s ease-in-out;transition-delay: 0s;}
	.bossgoo-index-application53 .title{font-size: 18px;margin:0;white-space:normal;line-height: 1.4;color: #333;font-weight: bold;}
	.bossgoo-index-application53 .des{transform:none;height: auto;opacity: 1;margin-top: 10px;font-size: 14px;color: #666;line-height: 1.8;-webkit-line-clamp: 8;display: block;}
	.bossgoo-index-application53 .img-item img{width:100%;height:100%;object-fit: cover;transition:all .5s ease;position: relative;}
	.bossgoo-index-application53 .img-item .img-box{position: relative;pointer-events: none;}
	.sysli{display:flex;margin: 20px auto 20px;justify-content: space-evenly;border-bottom: 1px solid #eee;padding: 0 150px;}
	.sysli li{font-size: 16px;display: block;flex: 0 0 50%;width: auto;text-align: center;border-bottom: 4px solid #eee;line-height: 40px;padding: 0 20px;}
	.sysli li.on{color:#24bb9d;border-bottom: 4px solid #24bb9d;}

	.dingyue{background:url("/template/default/css/../image/message.jpg");padding: 60px 0;background-size: cover;background-repeat: no-repeat;}
	.dingyuerow{width:94%;max-width:1200px;margin:0 auto;display:block;}
	.dingyuerow .title{text-align:center;line-height: 1.2;color: #fff;font-weight: bold;font-size: 20px;}
	.dingyuerow .more{margin-top:30px;text-align: center;}
	.dingyuerow .more a{transition:all .5s ease;padding: 0;margin: 0 auto;display: inline-block;background: #22ba9e;color: #fff;height: 46px;line-height: 46px;width: 140px;border-radius: 50px;}
	.dingyuerow .more a:hover{width:160px;}


	.intro_history_slide_top{padding:0 60px;}
	.intro_history_for .item .txt, .intro_history_for .item .txt p, .intro_history_for .item .txt span{font-size: 16px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
	.intro_history_for .item .year{font-size:60px}

	/* ny - technical */
	.technical1{}
	.technicalcont{display:flex;text-align:center;margin-bottom:60px}
	.technicalcont li{padding: 0 10px;border-left:1px solid #eee}
	.technicalcont li:nth-child(1){border:none;}
	.technicalcont li:nth-child(5){display:none;}
	.service1 .technicalcont li{flex: 0 0 calc(50% - 10px);padding: 0 10px;margin-bottom: 20px;border: none;}
	.technicalcont li .img{width:80px;height:80px;border-radius:50%;background-color:#24bb9d;padding:20px;margin:0 auto}
	.technicalcont li .img img{}
	.technicalcont li span{margin:20px 0;display:block;font-size: 16px;font-weight:bold;color:#333;line-height:1.4}
	.technicalcont li p{font-size: 14px;}
	.technical2{background:#f7f7f7}
	.service1 .technicalcont li p{height: auto;opacity: 1;font-size: 14px;}
	.solition-cont2{margin-top:20px;margin-bottom: 30px;}
	.solition-cont2 li{display:flex;align-items:center;background:#fff;flex-wrap: wrap;}
	.solition-cont2 li:nth-child(2n){flex-direction:row-reverse;background: #fff;}
	.solition-cont2 li:nth-child(2n) .txt{background:#fff;height: 100%;}
	.solition-cont2 .img{flex: 0 0 100%;height:0;padding-bottom: 66.6%;position:relative;overflow:hidden;background:#eee;height:100%}
	.solition-cont2 .img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
	.solition-cont2 .txt{padding: 20px;flex: 0 0 100%;}
	.solition-cont2 .title{color:#333;font-size:18px;font-weight:bold}
	.solition-cont2 .subtitle{color:#666;font-size:14px;margin-top:20px;line-height:1.6}
	.solition-cont2 .subtitle p{margin-bottom:10px}
	.solition-cont2 .subtitle span{display:block;padding-left:15px;margin-bottom:10px;position:relative;line-height: 1.5;}
	.solition-cont2 .subtitle span:before{content:'';width:6px;height:6px;position:absolute;background:#999;left:0;top:7px;border-radius:50%}
	.solition-cont2 .technicalfelx{display:flex;align-items: center;margin-bottom: 15px;width: 50%;float: left;height: 50px;}
	.solition-cont2 .technicalfelx .img{background:#24bb9d;border-radius:50%;padding-bottom: 0;flex: 0 0 36px;width: 36px;height: 36px;margin-right: 10px;}
	.solition-cont2 .technicalfelx .img img{width: 64%;height: 64%;}
	.solition-cont2 .technicalfelx .title{font-size: 15px;font-weight: normal;line-height: 1.4;}
	.servicecont li .subtitle{padding:15px;}
	.servicecont li .subtitle p span,.servicecont li .subtitle p{font-size:14px;}

	.technical3{}
	.jstb{}
	.jstb table{margin-bottom:60px;table-layout: fixed;}
	.jstb table td{border-color:#ddd;padding:10px;font-size: 14px;}
	.jstb table td:nth-child(1){background:#999;color:#fff;width: 20%;}
	.jstb table td:nth-child(3),.jstb table td:nth-child(4){background:#f9f9f9;}
	.jstb table tr:nth-child(1) td:nth-child(2){background:#24bb9d;color:#fff}
	.jstb table tr:nth-child(1) td:nth-child(3){background:#24bb9d;color:#fff}
	.jstb table tr:nth-child(1) td:nth-child(4){background:#24bb9d;color:#fff}
	.technical4{background:#f7f7f7}
	.bz{margin-bottom:60px}
	.packcontpic{margin:0;}
	.packcontpic ul{display:flex;justify-content: space-between;}
	.packcontpic li{flex: 0 0 calc(50% - 10px);}
	.packcontpic .img{width:100%;border: 1px solid #eee;}
	.packcontpic .img img{max-width:100%;display: block;}
	.packcont2{margin-top:30px;margin-bottom:60px}
	.packcont2 ul{display:flex;flex-wrap:wrap;justify-content:space-between}
	.packcont2 ul li{flex: 0 0 100%;display:flex;margin-top:20px;align-items:center;line-height:1.5;padding-right:10px;background:#f7f7f7;border-radius:10px;overflow:hidden;font-size:14px}
	.packcont2 ul li span{flex: 0 0 90px;background:#24bb9d;color:#fff;padding:20px 10px 20px 20px;margin-right:20px;font-size:15px;height:100%;display:flex;align-items:center}
	.packcont2 ul li p{padding:20px 0}
	.packcont2 ul li p span{background:none;padding:0;color:#333;margin: 15px 0 5px;display:block;height:auto;font-size: 14px;}
	.technical6{background:#f7f7f7}
	.technical6 ul{margin-bottom:60px}
	.technical6 ul li{margin-bottom:30px;background:#fff;padding: 20px;border-radius: 8px;}
	.technical6 ul li .img{float:left;margin: 0 0 20px;width: 100%;}
	.technical6 ul li .img img{display: block;}
	.technical6 ul li .title{font-size:18px;color:#333;margin-bottom:5px;line-height:1.5}
	.technical6 ul li .subtitle{font-size: 14px;margin-bottom:20px;color:#888;line-height: 1.7;}
	.technical6 ul li .summary{}
	.technical6 ul li .summary p{font-size: 14px;line-height: 1.7;margin-bottom:20px;color:#666}
	.technical6 ul li .summary p span{display:block;margin-bottom:5px;color:#333;font-size: 15px;font-weight: bold;}

	.yali{margin-bottom: 60px;position: relative;}
	.yali .txt{position: absolute;top: 16%;color: #fff;left: 8%;}
	.yali .txt span{display: block;font-size: 14px;color: #fff;margin-bottom: 5px;font-weight: bold;}
	.yali .txt span.span1{}
	.yali .txt span.span2{}
	.yali .txt span.span3{margin-top: 20px;text-shadow: 3px 2px 0px #333;padding: 5px 15px;background: #24bb9d;border-radius: 30px;box-shadow: 2px 2px 0px rgba(255,255,255,0.75);}

}




@media(min-width:769px) and (max-width:1024px){
    .indexcprow{
        top: 200px;
    }
    .indexcprow ul li{
        height: 55px;
    }
    .bossgoo-index-products37 .probox .name{
        padding-top: 35px;
    }
    .bossgoo-index-products37 .swiper-pagination{
        top: 0px;
    }
}


@media(max-width:767px){
    .intro_history_for .item{
        max-height: 180px;
    }
    .intro_history_for{
        padding: 0;
    }
    
    .bossgoo-index-news1 .newsList .newsBox{flex:0 0 100%!important;margin:0 0 15px!important;}
}